mozilla-reduce-rust-debuginfo.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sun, 27 Aug 2023 10:23:20 +0200
branchfirefox116
changeset 1192 7612b8d8c46f
parent 1190 2a24a948b5cf
permissions -rw-r--r--
116.0.3

# HG changeset patch
# Parent  135d931b3e674a670473f69f8c079e741ac63643

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
@@ -668,7 +668,7 @@ def rust_compile_flags(
         debug_assertions = False
 
     if debug_symbols:
-        debug_info = "2"
+        debug_info = '1'
 
     opts = []