changeset 124:d5e9d5cf0172

According to http://hostingfu.com/article/compiling-with-gcc-on-low-memory-vps this should reduce gcc's insane memory usage (especially during genattrtab building itself).
author Rob Landley <rob@landley.net>
date Mon, 05 Mar 2007 19:00:22 -0500
parents 27bdecacab37
children 2dd9f480ff4e
files include.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Mon Mar 05 18:36:04 2007 -0500
+++ b/include.sh	Mon Mar 05 19:00:22 2007 -0500
@@ -147,6 +147,7 @@
 
 umask 022
 unset CFLAGS CXXFLAGS
+export CFLAGS="--param ggc-min-expand=0 --param ggc-min-heapsize=8192"
 
 # Find/create directories