Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
otp_src_26.0-rc3-lib-dialyzer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File otp_src_26.0-rc3-lib-dialyzer.patch of Package erlang
diff -Ndurp otp_src_26.0-rc3/lib/dialyzer/src/dialyzer_cplt.erl otp_src_26.0-rc3-lib-dialyzer/lib/dialyzer/src/dialyzer_cplt.erl --- otp_src_26.0-rc3/lib/dialyzer/src/dialyzer_cplt.erl 2023-04-12 11:49:17.000000000 +0300 +++ otp_src_26.0-rc3-lib-dialyzer/lib/dialyzer/src/dialyzer_cplt.erl 2023-04-30 15:12:58.750576119 +0300 @@ -280,7 +280,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_26.0-rc3/lib/dialyzer/src/Makefile otp_src_26.0-rc3-lib-dialyzer/lib/dialyzer/src/Makefile --- otp_src_26.0-rc3/lib/dialyzer/src/Makefile 2023-04-12 11:49:17.000000000 +0300 +++ otp_src_26.0-rc3-lib-dialyzer/lib/dialyzer/src/Makefile 2023-04-30 15:11:38.544271875 +0300 @@ -96,6 +96,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