From c4b1d82b79166e60624ee24543c0f9c50a7eb9e0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 4 Feb 2002 12:22:33 +0000 Subject: [PATCH] [project @ 2002-02-04 12:22:33 by simonmar] GhcRtsHcOpts is included in both .c and .hc compilations (again). --- 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 a4a2cfb..27d8845 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -292,7 +292,7 @@ StripLibraries=NO # For an optimised RTS: GhcRtsHcOpts=-O2 -GhcRtsCcOpts=-O2 -fomit-frame-pointer +GhcRtsCcOpts=-fomit-frame-pointer # Include the front panel code? Needs GTK+. GhcRtsWithFrontPanel = NO -- 1.7.10.4