]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
- squeeze some memory during build on ix86
[packages/firefox.git] / firefox.spec
index c60c946bd9558ab66da3cce7ab5b3a8f4292ba63..6da87e8f855e5b6843b9d22ff192db1c60bc8908 100644 (file)
@@ -2201,6 +2201,11 @@ ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
 %endif
 EOF
 
+%ifarch %{ix86}
+export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
+export RUSTFLAGS="-Cdebuginfo=0"
+%endif
+
 export MOZ_MAKE_FLAGS="-j1"
 export MOZ_SERVICES_SYNC="1"
 %if %{with pgo}
This page took 0.029073 seconds and 4 git commands to generate.