[project @ 2002-02-04 12:22:33 by simonmar]
authorsimonmar <unknown>
Mon, 4 Feb 2002 12:22:33 +0000 (12:22 +0000)
committersimonmar <unknown>
Mon, 4 Feb 2002 12:22:33 +0000 (12:22 +0000)
GhcRtsHcOpts is included in both .c and .hc compilations (again).

mk/config.mk.in

index a4a2cfb..27d8845 100644 (file)
@@ -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