qt5-webkit: reenable AIO on i686

This commit is contained in:
John 2019-01-17 13:01:13 +01:00 committed by John Zimmermann
parent 3308b599e9
commit 2a1048fd65
1 changed files with 1 additions and 2 deletions

View File

@ -34,9 +34,8 @@ case "$XBPS_TARGET_MACHINE" in
ppc64*) # no JIT on ppc64 and other build workarounds
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
;;
i686*) # try to reduce memory footprint when linking by using gold
i686*) # try to reduce memory footprint when linking
nodebug=1
configure_args+=" -DENABLE_ALLINONE_BUILD=OFF"
;;
esac