[project @ 2001-01-26 14:42:51 by simonmar]
authorsimonmar <unknown>
Fri, 26 Jan 2001 14:42:51 +0000 (14:42 +0000)
committersimonmar <unknown>
Fri, 26 Jan 2001 14:42:51 +0000 (14:42 +0000)
add comments about enabling GHCi in the RTS.

mk/config.mk.in

index ce53b28..2fac7c3 100644 (file)
@@ -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