mozilla-reduce-rust-debuginfo.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sun, 01 May 2022 18:18:56 +0200
branchfirefox99
changeset 1173 56ecd2ae6e61
parent 1171 130d464159be
child 1190 2a24a948b5cf
permissions -rw-r--r--
Firefox 99(.0.1)

--- firefox-96.0.3.orig/build/moz.configure/rust.configure
+++ firefox-96.0.3/build/moz.configure/rust.configure
@@ -641,7 +643,7 @@ def rust_compile_flags(
         debug_assertions = False
 
     if debug_symbols:
-        debug_info = "2"
+        debug_info = '1'
 
     opts = []