[project @ 1999-06-21 13:12:43 by simonmar]
authorsimonmar <unknown>
Mon, 21 Jun 1999 13:12:43 +0000 (13:12 +0000)
committersimonmar <unknown>
Mon, 21 Jun 1999 13:12:43 +0000 (13:12 +0000)
Up heap size for Parser.hs a bit more.

ghc/compiler/Makefile

index 47cd2d7..01058ad 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.61 1999/06/18 13:09:36 simonmar Exp $
+# $Id: Makefile,v 1.62 1999/06/21 13:12:43 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -153,7 +153,7 @@ parser/Lex_HC_OPTS          = -K2m -H16m -fvia-C
 rename/ParseIface_HC_OPTS      += -Onot -H45m -dcore-lint -fno-warn-incomplete-patterns -dcore-lint
 rename/ParseIface_HAPPY_OPTS    += -g
 
-parser/Parser_HC_OPTS          += -Onot -H64m -K2m -dcore-lint -fno-warn-incomplete-patterns -dcore-lint
+parser/Parser_HC_OPTS          += -Onot -H80m -K2m -dcore-lint -fno-warn-incomplete-patterns -dcore-lint
 parser/Parser_HAPPY_OPTS       += -g
 
 ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9"