From: simonmar Date: Thu, 20 Mar 2003 12:32:22 +0000 (+0000) Subject: [project @ 2003-03-20 12:32:22 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1057 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=59f6637236ac827b2928b1b02a514c55fe8892a2 [project @ 2003-03-20 12:32:22 by simonmar] Compile libraries with -O --- diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 8205f02..9b07460 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -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