mozilla-reduce-rust-debuginfo.patch
branchfirefox115
changeset 1190 2a24a948b5cf
parent 1171 130d464159be
equal deleted inserted replaced
1189:ba0c97b018a6 1190:2a24a948b5cf
     1 --- firefox-96.0.3.orig/build/moz.configure/rust.configure
     1 # HG changeset patch
     2 +++ firefox-96.0.3/build/moz.configure/rust.configure
     2 # Parent  135d931b3e674a670473f69f8c079e741ac63643
     3 @@ -641,7 +643,7 @@ def rust_compile_flags(
     3 
       
     4 diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure
       
     5 --- a/build/moz.configure/rust.configure
       
     6 +++ b/build/moz.configure/rust.configure
       
     7 @@ -668,7 +668,7 @@ def rust_compile_flags(
     4          debug_assertions = False
     8          debug_assertions = False
     5  
     9  
     6      if debug_symbols:
    10      if debug_symbols:
     7 -        debug_info = "2"
    11 -        debug_info = "2"
     8 +        debug_info = '1'
    12 +        debug_info = '1'