File otp_src_28.0-rc1-lib-stdlib-no_inline.patch of Package erlang
diff -Ndurp otp_src_28.0-rc1/lib/stdlib/src/sys.erl otp_src_28.0-rc1-lib-stdlib-no_inline/lib/stdlib/src/sys.erl
--- otp_src_28.0-rc1/lib/stdlib/src/sys.erl 2025-02-12 12:24:27.000000000 +0200
+++ otp_src_28.0-rc1-lib-stdlib-no_inline/lib/stdlib/src/sys.erl 2025-02-12 16:09:45.192359557 +0200
@@ -1270,3 +1270,5 @@ debug_options([_ | T], Debug) ->
debug_options(T, Debug);
debug_options([], Debug) ->
Debug.
+
+-compile([no_inline]).
diff -Ndurp otp_src_28.0-rc1/lib/stdlib/src/zstd.erl otp_src_28.0-rc1-lib-stdlib-no_inline/lib/stdlib/src/zstd.erl
--- otp_src_28.0-rc1/lib/stdlib/src/zstd.erl 2025-02-12 12:24:27.000000000 +0200
+++ otp_src_28.0-rc1-lib-stdlib-no_inline/lib/stdlib/src/zstd.erl 2025-02-12 16:10:45.559084347 +0200
@@ -217,6 +217,8 @@ To reset the context to not use any dict
%% Frame API
-export([get_frame_header/1]).
+-compile([no_inline, nowarn_nif_inline]).
+
-nifs([
init_compress_nif/0, load_compress_dictionary_nif/2,
ref_compress_dictionary_nif/2,