mame: try to reduce impact on aarch64 builders

This commit is contained in:
Jürgen Buchmüller 2021-02-25 04:18:05 +01:00
parent cfc5ae4006
commit fb99f38628

View file

@ -52,6 +52,10 @@ if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
LDFLAGS+=" -Wl,--no-keep-memory"
else
_options+=" PTR64=1"
if [ "${XBPS_TARGET_MACHINE%-musl}" = "aarch64" ]; then
# Help to reduce impact on our aarch64 builders
LDFLAGS+=" -Wl,--no-keep-memory"
fi
fi
if [ "$build_option_qt" ]; then
_options+=" USE_QTDEBUG=1"