X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=47cd2d7c8132cdf335abd4890e7052c7a0841ab6;hb=09154162a43087c7a36cfea1eca22031693d5d51;hp=ebd63f82e9ffb56fa1af71163da0f59eae90a40f;hpb=40f3a8556aca5296169dc499b6a1505df81dfe5a;p=ghc-hetmet.git diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ebd63f8..47cd2d7 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.60 1999/06/01 16:40:41 simonmar Exp $ +# $Id: Makefile,v 1.61 1999/06/18 13:09:36 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 -H45m -dcore-lint -fno-warn-incomplete-patterns -dcore-lint +parser/Parser_HC_OPTS += -Onot -H64m -K2m -dcore-lint -fno-warn-incomplete-patterns -dcore-lint parser/Parser_HAPPY_OPTS += -g ifeq "$(TARGETPLATFORM)" "hppa1.1-hp-hpux9"