Skip to content
Snippets Groups Projects
Commit c458067f authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 1999-07-14 20:29:34 by panne]

Enlarged heap for 2.10-compiled Happy on Alphas
parent f1d1a25d
No related merge requests found
# -----------------------------------------------------------------------------
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment