From: simonmar Date: Thu, 17 Nov 2005 13:37:30 +0000 (+0000) Subject: [project @ 2005-11-17 13:37:30 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~44 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=61fc6ff4b527d8dd9294ea1a65f5ef7e71d5dbf6 [project @ 2005-11-17 13:37:30 by simonmar] Use -optc-O2 when compiling the RTS --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 68fe833..5a66706 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -372,7 +372,7 @@ endif # For an optimised RTS (you probably don't want to change these; we build # a debugging RTS by default now. Use -debug to get it). -GhcRtsHcOpts=-O2 +GhcRtsHcOpts=-optc-O2 GhcRtsCcOpts=-fomit-frame-pointer # Include the front panel code? Needs GTK+.