Related: rhbz#1290148 use less memory on aarch64

f41
David Tardon 9 years ago
parent e109217df4
commit c3a23d6657

@ -1016,8 +1016,8 @@ for i in $RPM_OPT_FLAGS; do
esac esac
ARCH_FLAGS="$ARCH_FLAGS $i" ARCH_FLAGS="$ARCH_FLAGS $i"
done done
%ifarch s390 %ifarch s390 aarch64
# s390 builders do not have enough memory to link the big libs with -g2 # these builders typically do not have enough memory to link the big libs with -g2
ARCH_FLAGS="$ARCH_FLAGS -g1" ARCH_FLAGS="$ARCH_FLAGS -g1"
%endif %endif
export ARCH_FLAGS export ARCH_FLAGS

Loading…
Cancel
Save