mame: try to reduce impact on aarch64 builders
This commit is contained in:
parent
cfc5ae4006
commit
fb99f38628
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue