[project @ 2003-03-20 12:32:22 by simonmar]
authorsimonmar <unknown>
Thu, 20 Mar 2003 12:32:22 +0000 (12:32 +0000)
committersimonmar <unknown>
Thu, 20 Mar 2003 12:32:22 +0000 (12:32 +0000)
Compile libraries with -O

mk/build.mk.sample

index 8205f02..9b07460 100644 (file)
@@ -25,7 +25,7 @@ GhcCompilerWays =
 
 SRC_HC_OPTS   = -H32m -O0 $(MyWarningOpts)
 GhcHcOpts     = -Rghc-timing -DDEBUG
-GhcLibHcOpts  = -dcore-lint $(MyWarningOpts) -keep-hc-files 
+GhcLibHcOpts  = -O -dcore-lint $(MyWarningOpts) -keep-hc-files 
 GhcLibWays    =
 
 # Debugging RTS