[project @ 1999-01-14 17:01:30 by simonm]
authorsimonm <unknown>
Thu, 14 Jan 1999 17:01:30 +0000 (17:01 +0000)
committersimonm <unknown>
Thu, 14 Jan 1999 17:01:30 +0000 (17:01 +0000)
- compile Happy with -O by default.

mk/config.mk.in

index 3bf97e8..1559cd3 100644 (file)
@@ -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
 
 #################################################################################
 #