From 68a1501e33cc9db5ac6159f1d75d96d5e9cfcbe4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 30 May 2001 11:09:12 +0000 Subject: [PATCH] [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). --- 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 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 -- 1.7.10.4