From: simonmar Date: Mon, 4 Feb 2002 12:22:33 +0000 (+0000) Subject: [project @ 2002-02-04 12:22:33 by simonmar] X-Git-Tag: Approximately_9120_patches~171 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c4b1d82b79166e60624ee24543c0f9c50a7eb9e0;p=ghc-hetmet.git [project @ 2002-02-04 12:22:33 by simonmar] GhcRtsHcOpts is included in both .c and .hc compilations (again). --- 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