From: sof Date: Wed, 21 Oct 1998 11:41:45 +0000 (+0000) Subject: [project @ 1998-10-21 11:41:45 by sof] X-Git-Tag: Approx_2487_patches~228 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b16e4bdfc7178d6184ee80c1edb692fa91748154;p=ghc-hetmet.git [project @ 1998-10-21 11:41:45 by sof] Upped the heap sizes for Int and Word some more --- 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)