Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
otp_src_24.0.1-lib-dialyzer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File otp_src_24.0.1-lib-dialyzer.patch of Package erlang
diff -Ndurp otp_src_24.0.1/lib/dialyzer/src/dialyzer_plt.erl otp_src_24.0.1-lib-dialyzer/lib/dialyzer/src/dialyzer_plt.erl --- otp_src_24.0.1/lib/dialyzer/src/dialyzer_plt.erl 2021-05-20 17:05:53.000000000 +0300 +++ otp_src_24.0.1-lib-dialyzer/lib/dialyzer/src/dialyzer_plt.erl 2021-05-21 15:05:05.706374474 +0300 @@ -449,7 +449,7 @@ to_file1(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_24.0.1/lib/dialyzer/src/Makefile otp_src_24.0.1-lib-dialyzer/lib/dialyzer/src/Makefile --- otp_src_24.0.1/lib/dialyzer/src/Makefile 2021-05-20 17:05:53.000000000 +0300 +++ otp_src_24.0.1-lib-dialyzer/lib/dialyzer/src/Makefile 2021-05-21 15:05:55.261251272 +0300 @@ -97,6 +97,7 @@ APPUP_TARGET= $(EBIN)/$(APPUP_FILE) # FLAGS # ---------------------------------------------------- +ERL_COMPILE_FLAGS += +inline +inline_list_funcs ERL_COMPILE_FLAGS += -Werror ERL_COMPILE_FLAGS += +warn_export_vars +warn_unused_import +warn_missing_spec
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor