diff options
author | Martin Stransky <stransky@redhat.com> | 2018-04-25 10:05:27 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-04-25 10:05:27 +0200 |
commit | d3ae3a2b8dcdfbfe990152ad8a47fc2108c1ea5c (patch) | |
tree | a0d5a3b4b1794e6ed088ebba3bd397dbfaf1da50 | |
parent | Added ffmpeg 4.0 patch - mozilla-1435212-ffmpeg-4.0.patch (diff) | |
download | librewolf-fedora-ff-d3ae3a2b8dcdfbfe990152ad8a47fc2108c1ea5c.tar.gz librewolf-fedora-ff-d3ae3a2b8dcdfbfe990152ad8a47fc2108c1ea5c.tar.bz2 librewolf-fedora-ff-d3ae3a2b8dcdfbfe990152ad8a47fc2108c1ea5c.zip |
Force memory efficient linking on i686
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index fe3fdde..3dd5aaf 100644 --- a/firefox.spec +++ b/firefox.spec @@ -491,7 +491,7 @@ MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/') # (OOM when linking, rhbz#1238225) export MOZ_DEBUG_FLAGS=" " %endif -%ifarch s390 %{arm} ppc aarch64 +%ifarch s390 %{arm} ppc aarch64 %{ix86} MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" %endif %ifarch %{arm} |