From d3ae3a2b8dcdfbfe990152ad8a47fc2108c1ea5c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 25 Apr 2018 10:05:27 +0200 Subject: Force memory efficient linking on i686 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit