From 14ca0c8202392ad6ce2c7e6456e29c559254afd4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 26 Jan 2001 14:42:51 +0000 Subject: [PATCH] [project @ 2001-01-26 14:42:51 by simonmar] add comments about enabling GHCi in the RTS. --- mk/config.mk.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index ce53b28..2fac7c3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -260,6 +260,10 @@ StripLibraries=NO GhcRtsHcOpts=-O2 GhcRtsCcOpts=-O2 -optc-fomit-frame-pointer +# If you intend to bootstrap GHCi using this compiler... +# GhcRtsHcOpts += -optc-DGHCI +# GhcRtsCcOpts += -DGHCI + # Include the front panel code? Needs GTK+. GhcRtsWithFrontPanel = NO -- 1.7.10.4