qt5: use nodebug on all 32-bit hosts

This commit is contained in:
q66 2019-08-12 17:28:45 +02:00 committed by Helmut Pozimski
parent 0cfed263f1
commit 63fa719a90
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ if [ "$build_option_webengine" ]; then
subpackages+=" qt5-webengine qt5-webengine-devel"
fi
if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then
if [ "$XBPS_WORDSIZE" -eq 32 ]; then
nodebug=yes # prevent OOM
fi