From: malcolm Date: Thu, 1 Jul 2004 14:49:11 +0000 (+0000) Subject: [project @ 2004-07-01 14:49:11 by malcolm] X-Git-Tag: nhc98-1-18-release~298 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4a61cae07573db639a8602973e83ce8851f02e8d;p=ghc-base.git [project @ 2004-07-01 14:49:11 by malcolm] Heap-profiling build bootstrapped with nhc98 requires more heap. --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 06d80ce..3cf5aff 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,6 +1,6 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude -EXTRA_H_FLAGS = +RTS -H2M -K2M -RTS +EXTRA_H_FLAGS = +RTS -H4M -K2M -RTS EXTRA_HBC_FLAGS = +RTS -H8M -RTS SRCS = \