qt5-webkit: yet another try at redusing memory usage
[ci skip]
This commit is contained in:
parent
ba7bef2485
commit
0519442182
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue