[project @ 1998-10-21 11:41:45 by sof]
authorsof <unknown>
Wed, 21 Oct 1998 11:41:45 +0000 (11:41 +0000)
committersof <unknown>
Wed, 21 Oct 1998 11:41:45 +0000 (11:41 +0000)
Upped the heap sizes for Int and Word some more

ghc/lib/exts/Makefile

index 3c07a16..8b8ce38 100644 (file)
@@ -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)