From 05194421822213571a943bccd8955c4e70866f7f Mon Sep 17 00:00:00 2001 From: John Date: Thu, 17 Jan 2019 10:45:44 +0100 Subject: [PATCH] qt5-webkit: yet another try at redusing memory usage [ci skip] --- srcpkgs/qt5-webkit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index 0f6600a42dc..3f6587c4448 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -35,8 +35,8 @@ case "$XBPS_TARGET_MACHINE" in configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON" ;; i686*) # try to reduce memory footprint when linking by using gold - broken="memory constraints" - configure_args+=" -DUSE_LD_GOLD=ON" + nodebug=1 + configure_args+=" -DENABLE_ALLINONE_BUILD=OFF" ;; esac