From b6547814ab4e8cecf30c968450c7a3f9e69a77a1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 24 Jan 2000 09:25:36 +0000 Subject: [PATCH] [project @ 2000-01-24 09:25:36 by simonmar] Increase the heap size for Parser.hs to 80M (for 4.04). --- ghc/compiler/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 3abda45..c16144c 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.67 1999/12/08 11:21:39 simonmar Exp $ +# $Id: Makefile,v 1.68 2000/01/24 09:25:36 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -80,10 +80,7 @@ SRC_MKDEPENDC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt) # stuff you get for free in a source distribution # -# SRC_DIST_FILES += rename/ParseIface.hs \ -# parser/U_tree.c parser/tree.h parser/tree.c \ -# parser/hsparser.tab.c parser/hsparser.tab.h \ -# parser/hslexer.c +# SRC_DIST_FILES += rename/ParseIface.hs rename/Parser.hs # ----------------------------------------------------------------------------- # Haskell compilations @@ -145,7 +142,7 @@ parser/Lex_HC_OPTS = -K2m -H16m -fvia-C rename/ParseIface_HC_OPTS += -Onot -H45m -K2m -fno-warn-incomplete-patterns rename/ParseIface_HAPPY_OPTS += -g -parser/Parser_HC_OPTS += -Onot -H64m -K2m -fno-warn-incomplete-patterns +parser/Parser_HC_OPTS += -Onot -H80m -K2m -fno-warn-incomplete-patterns parser/Parser_HAPPY_OPTS += -g ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9" -- 1.7.10.4