File otp_src_19.2-lib-dialyzer.patch of Package erlang

diff -Ndurp otp_src_19.2/lib/dialyzer/src/dialyzer_plt.erl otp_src_19.2-lib-dialyzer/lib/dialyzer/src/dialyzer_plt.erl
--- otp_src_19.2/lib/dialyzer/src/dialyzer_plt.erl	2016-12-09 12:45:24.000000000 +0200
+++ otp_src_19.2-lib-dialyzer/lib/dialyzer/src/dialyzer_plt.erl	2017-01-15 02:20:55.428083784 +0200
@@ -380,7 +380,7 @@ to_file(FileName,
                      exported_types = ExpTypes,
 		     mod_deps = NewModDeps,
 		     implementation_md5 = ImplMd5},
-  Bin = term_to_binary(Record, [compressed]),
+  Bin = term_to_binary(Record, [{compressed, 9}]),
   case file:write_file(FileName, Bin) of
     ok -> ok;
     {error, Reason} ->
diff -Ndurp otp_src_19.2/lib/dialyzer/src/Makefile otp_src_19.2-lib-dialyzer/lib/dialyzer/src/Makefile
--- otp_src_19.2/lib/dialyzer/src/Makefile	2016-12-09 12:45:24.000000000 +0200
+++ otp_src_19.2-lib-dialyzer/lib/dialyzer/src/Makefile	2017-01-15 02:20:55.429083751 +0200
@@ -87,6 +87,7 @@ APPUP_TARGET= $(EBIN)/$(APPUP_FILE)
 # FLAGS
 # ----------------------------------------------------
 
+ERL_COMPILE_FLAGS += +inline +inline_list_funcs
 ifeq ($(NATIVE_LIBS_ENABLED),yes)
 ERL_COMPILE_FLAGS += +native
 endif
openSUSE Build Service is sponsored by