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

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