[project @ 2001-05-30 11:09:12 by simonmar]
authorsimonmar <unknown>
Wed, 30 May 2001 11:09:12 +0000 (11:09 +0000)
committersimonmar <unknown>
Wed, 30 May 2001 11:09:12 +0000 (11:09 +0000)
Correct the instructions for compiling a debugging RTS (-optc isn't
needed before options in GhcRtsCcOpts any more).

mk/config.mk.in

index 1d102ab..131aaf6 100644 (file)
@@ -272,7 +272,7 @@ StripLibraries=NO
 
 # For a debugging RTS:
 # GhcRtsHcOpts = -optc-DDEBUG
-# GhcRtsCcOpts = -optc-g
+# GhcRtsCcOpts = -g
 
 # For an optimised RTS:
 GhcRtsHcOpts=-O2