From b16e4bdfc7178d6184ee80c1edb692fa91748154 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 21 Oct 1998 11:41:45 +0000 Subject: [PATCH 1/1] [project @ 1998-10-21 11:41:45 by sof] Upped the heap sizes for Int and Word some more --- ghc/lib/exts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/exts/Makefile b/ghc/lib/exts/Makefile index 3c07a16..8b8ce38 100644 --- a/ghc/lib/exts/Makefile +++ b/ghc/lib/exts/Makefile @@ -39,8 +39,8 @@ ifneq "$(way)" "" SRC_HC_OPTS += -hisuf $(way_)hi endif -Int_HC_OPTS += -H8m -fno-prune-tydecls -Word_HC_OPTS += -H8m -fno-prune-tydecls +Int_HC_OPTS += -H10m -fno-prune-tydecls +Word_HC_OPTS += -H10m -fno-prune-tydecls Foreign_HC_OPTS += -fno-prune-tydecls NativeInfo_HC_OPTS += -fno-prune-tydecls Dynamic_HC_OPTS += $(MAGIC_HSCPP_OPTS) -- 1.7.10.4