From: panne Date: Wed, 14 Jul 1999 20:29:34 +0000 (+0000) Subject: [project @ 1999-07-14 20:29:34 by panne] X-Git-Tag: Approximately_9120_patches~5985 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c458067f883d9270360c37d76139fc1f62e19a0f;p=ghc-hetmet.git [project @ 1999-07-14 20:29:34 by panne] Enlarged heap for 2.10-compiled Happy on Alphas --- 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