qt5-webkit: yet another try at redusing memory usage

[ci skip]
This commit is contained in:
John 2019-01-17 10:45:44 +01:00 committed by John Zimmermann
parent ba7bef2485
commit 0519442182

View file

@ -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