From: simonmar Date: Fri, 26 Jan 2001 14:42:51 +0000 (+0000) Subject: [project @ 2001-01-26 14:42:51 by simonmar] X-Git-Tag: Approximately_9120_patches~2809 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=14ca0c8202392ad6ce2c7e6456e29c559254afd4;p=ghc-hetmet.git [project @ 2001-01-26 14:42:51 by simonmar] add comments about enabling GHCi in the RTS. --- 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