From: simonmar Date: Wed, 30 May 2001 11:09:12 +0000 (+0000) Subject: [project @ 2001-05-30 11:09:12 by simonmar] X-Git-Tag: Approximately_9120_patches~1846 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68a1501e33cc9db5ac6159f1d75d96d5e9cfcbe4;p=ghc-hetmet.git [project @ 2001-05-30 11:09:12 by simonmar] Correct the instructions for compiling a debugging RTS (-optc isn't needed before options in GhcRtsCcOpts any more). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 1d102ab..131aaf6 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -272,7 +272,7 @@ StripLibraries=NO # For a debugging RTS: # GhcRtsHcOpts = -optc-DDEBUG -# GhcRtsCcOpts = -optc-g +# GhcRtsCcOpts = -g # For an optimised RTS: GhcRtsHcOpts=-O2