]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- squeeze some memory during build on ix86
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Jun 2019 06:16:52 +0000 (08:16 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Jun 2019 06:16:52 +0000 (08:16 +0200)
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.051149 seconds and 4 git commands to generate.