Force memory efficient linking on i686

This commit is contained in:
Martin Stransky 2018-04-25 10:05:27 +02:00
parent bada8c275a
commit d3ae3a2b8d
1 changed files with 1 additions and 1 deletions

View File

@ -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}