Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
MozillaFirefox.23589
mozilla-reduce-rust-debuginfo.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-reduce-rust-debuginfo.patch of Package MozillaFirefox.23589
diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure @@ -610,6 +610,7 @@ set_config("CARGO_PROFILE_DEV_OPT_LEVEL" "--enable-frame-pointers", path_remapping, path_remappings, + host ) def rust_compile_flags( opt_level, @@ -619,6 +620,7 @@ def rust_compile_flags( frame_pointers, path_remapping, path_remappings, + host ): # Cargo currently supports only two interesting profiles for building: # development and release. Those map (roughly) to --enable-debug and @@ -642,6 +644,8 @@ def rust_compile_flags( if debug_symbols: debug_info = "2" + if host.bitness == 32 or host.cpu == 'aarch64' or host.cpu == 'ppc64' or host.cpu == 's390x': + debug_info = '1' opts = []
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