* Fixed a regression in Firefox 134 where anchored links in HTML framesets pointing to local files did not work (bmo#1934807) * Fixed an issue in developer tools preventing the resending of network requests when debugging extensions (bmo#1934478) * Fixed an issue where data consumption from service workers may unexpectedly halt (bmo#1941210) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1199
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 = []
|
|
|