Revert "qt5-webkit: try with nodebug=1 for i686*"

This reverts commit c39efacda2.
This commit is contained in:
Jürgen Buchmüller 2019-01-16 16:16:29 +01:00
parent c39efacda2
commit 294c1dc86f

View file

@ -34,8 +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 -DENABLE_ALLINONE_BUILD=OFF"
;;
i686*) # ETOOHUGE
nodebug=1
i686*)
broken="collect2: error: ld returned 1 exit status"
;;
esac