File otp_src_23.0-lib-runtime_tools-no_inline.patch of Package erlang
diff -Ndurp otp_src_23.0/lib/runtime_tools/src/dyntrace.erl otp_src_23.0-lib-runtime_tools-no_inline/lib/runtime_tools/src/dyntrace.erl
--- otp_src_23.0/lib/runtime_tools/src/dyntrace.erl 2020-05-11 15:53:36.000000000 +0300
+++ otp_src_23.0-lib-runtime_tools-no_inline/lib/runtime_tools/src/dyntrace.erl 2020-05-17 20:22:56.787966633 +0300
@@ -425,3 +425,5 @@ spread_tag(B) ->
-spec restore_tag(true | {non_neg_integer(), binary() | []}) -> true.
restore_tag(T) ->
erlang:dt_restore_tag(T).
+
+-compile([no_inline,nowarn_nif_inline]).