qt5-webkit: reenable AIO on i686
This commit is contained in:
parent
3308b599e9
commit
2a1048fd65
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue