From ebfb67fa5542199d8c7f83a1a6621c2a9742d24396c9cdb00d0acbe23d39ee9a Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 2 Aug 2023 09:08:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1082 --- MozillaFirefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 63915a0a..f39bf87f 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -388,7 +388,7 @@ export CXXFLAGS="\$CXXFLAGS -fimplicit-constexpr" %endif %ifarch %arm %ix86 # Limit RAM usage during link -export LDFLAGS="\$LDFLAGS -Wl,--no-keep-memory -Wl,--reduce-memory-overheads -Wl,--no-map-whole-files -Wl,--no-mmap-output-file" +export LDFLAGS="\$LDFLAGS -Wl,--no-keep-memory -Wl,--reduce-memory-overheads -Wl,--no-map-whole-files" # A lie to prevent -Wl,--gc-sections being set which requires more memory than 32bit can offer export GC_SECTIONS_BREAKS_DEBUG_RANGES=yes %endif