changeset 504:131177fc8ec8

GCC seems much happier with a heap size that's a power of 2.
author Rob Landley <rob@landley.net>
date Sun, 30 Nov 2008 01:23:34 -0600
parents e98ed40c55ef
children 3fe5916931e5
files sources/include.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/include.sh	Sun Nov 30 00:59:27 2008 -0600
+++ b/sources/include.sh	Sun Nov 30 01:23:34 2008 -0600
@@ -25,7 +25,7 @@
 # itself in 128 megs of ram, which is the QEMU default size.  Don't do
 # this on a 64 bit host or gcc will slow to a crawl due to insufficient memory.
 [ "$(uname -m)" != "x86_64" ] &&
-  export CFLAGS="--param ggc-min-expand=0 --param ggc-min-heapsize=12288"
+  export CFLAGS="--param ggc-min-expand=0 --param ggc-min-heapsize=16384"
 
 # Find/create directories