From: simonmar Date: Thu, 11 Dec 2003 09:36:46 +0000 (+0000) Subject: [project @ 2003-12-11 09:36:46 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~206 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2b3bb2f22b36d73536eea84182e59d7c99e03633 [project @ 2003-12-11 09:36:46 by simonmar] Add +RTS -K2m to SRC_HAPPY_OPTS, to work around perf. problems in the HEAD. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index d29a7d6..afd2941 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -926,6 +926,10 @@ HAPPY_VERSION = @HappyVersion@ # GHC_HAPPY_OPTS = -agc +# Temp. to work around performance problems in the HEAD around 8/12/2003, +# A Happy compiled with this compiler needs more stack. +SRC_HAPPY_OPTS = +RTS -K2m -RTS + # # Alex #