60298df72a
* QR codes were not scannable by Android app when using most high-contrast themes * Primary password prompt cancellation during mobile export was confusing - revert using xdg-desktop-portal as some desktops have limited support OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=786
16 lines
414 B
Diff
16 lines
414 B
Diff
# 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 = []
|
|
|