Save memory when linking on i686
This commit is contained in:
parent
1a01b39af0
commit
d5c760a635
@ -297,7 +297,7 @@ MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
|
||||
%ifarch s390
|
||||
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
|
||||
%endif
|
||||
%ifarch s390 %{arm} ppc aarch64
|
||||
%ifarch s390 %{arm} ppc aarch64 i686
|
||||
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user