From: simonm Date: Thu, 14 Jan 1999 17:01:30 +0000 (+0000) Subject: [project @ 1999-01-14 17:01:30 by simonm] X-Git-Tag: Approx_2487_patches~113 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7bac51fa2ad7eb14e31ee65ad992e7e5ab3a4be5;p=ghc-hetmet.git [project @ 1999-01-14 17:01:30 by simonm] - compile Happy with -O by default. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 3bf97e8..1559cd3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -272,7 +272,7 @@ WithHappyHc = $(WithGhcHc) # HappyHcOpts gives the flags to pass to the Haskell compiler used # to compile the Happy sources with. # -HappyHcOpts = +HappyHcOpts = -O ################################################################################# #