From 2a1048fd6549335850421f22fc917da670e11dd3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 17 Jan 2019 13:01:13 +0100 Subject: [PATCH] qt5-webkit: reenable AIO on i686 --- srcpkgs/qt5-webkit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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