diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index 3f6587c4448..3c570cf4b27 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -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