qt5: use nodebug on all 32-bit hosts
This commit is contained in:
parent
0cfed263f1
commit
63fa719a90
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue