From 4a61cae07573db639a8602973e83ce8851f02e8d Mon Sep 17 00:00:00 2001 From: malcolm Date: Thu, 1 Jul 2004 14:49:11 +0000 Subject: [PATCH] [project @ 2004-07-01 14:49:11 by malcolm] Heap-profiling build bootstrapped with nhc98 requires more heap. --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ -- 1.7.10.4