qt5: always use -Wl,--no-keep-memory

RAM doesn't grow on trees, and time we have plenty.
This commit is contained in:
Leah Neukirchen 2017-04-12 22:40:52 +02:00
parent c4d7fbabdd
commit bce64098f3

View file

@ -231,11 +231,8 @@ do_configure() {
# opts+=" -silent"
opts+=" -v"
if [ -z "$CROSS_BUILD" ]; then
if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then
LDFLAGS+=" -Wl,--no-keep-memory" # else OOM on 32-bit
fi
else
LDFLAGS+=" -Wl,--no-keep-memory" # needs more than 8GB RAM else
if [ -n "$CROSS_BUILD" ]; then
spec=void-${XBPS_CROSS_TRIPLET}-g++
_create_config ${spec}
opts+=" -device ${spec}"