From c458067f883d9270360c37d76139fc1f62e19a0f Mon Sep 17 00:00:00 2001 From: panne Date: Wed, 14 Jul 1999 20:29:34 +0000 Subject: [PATCH] [project @ 1999-07-14 20:29:34 by panne] Enlarged heap for 2.10-compiled Happy on Alphas --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 453f3df..087a3e4 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.63 1999/06/24 13:05:53 simonmar Exp $ +# $Id: Makefile,v 1.64 1999/07/14 20:29:34 panne Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -236,7 +236,7 @@ parser/hschooks.o : parser/hschooks.c # Interface-file parser uses Happy -SRC_HAPPY_OPTS += +RTS -K2m -H10m -RTS +SRC_HAPPY_OPTS += +RTS -K2m -H16m -RTS rename/ParseIface.hs : rename/ParseIface.y @$(RM) rename/ParseIface.hs rename/ParseIface.hinfo -- 1.7.10.4