mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
qt5: use nodebug on all 32-bit hosts
This commit is contained in:
parent
0cfed263f1
commit
63fa719a90
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue