From 7bac51fa2ad7eb14e31ee65ad992e7e5ab3a4be5 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
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 3bf97e83235e..1559cd337182 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
 
 #################################################################################
 #
-- 
GitLab