From 7bac51fa2ad7eb14e31ee65ad992e7e5ab3a4be5 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 14 Jan 1999 17:01:30 +0000 Subject: [PATCH] [project @ 1999-01-14 17:01:30 by simonm] - compile Happy with -O by default. --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ################################################################################# # -- 1.7.10.4