From 42564b45d940be3fe51717c318f5e932c5de5c6d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Aug 2014 12:41:02 +0200 Subject: [PATCH] webkitgtk: remove linker flags to reduce memory consumption. Assume that there's enough RAM to build it with debugging symbols :-) --- srcpkgs/webkitgtk/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/webkitgtk/template b/srcpkgs/webkitgtk/template index 56776a1cbcd..41163a482df 100644 --- a/srcpkgs/webkitgtk/template +++ b/srcpkgs/webkitgtk/template @@ -48,9 +48,6 @@ else configure_args+=" --disable-x11-target" fi -# Use linker flags to reduce memory consumption -LDFLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" - pre_configure() { libtoolize -f }