From 61fc6ff4b527d8dd9294ea1a65f5ef7e71d5dbf6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 17 Nov 2005 13:37:30 +0000 Subject: [PATCH] [project @ 2005-11-17 13:37:30 by simonmar] Use -optc-O2 when compiling the RTS --- 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 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+. -- 1.7.10.4