0.7.7.11:
[sbcl.git] / slam.sh
diff --git a/slam.sh b/slam.sh
index d62f0a1..8402cca 100644 (file)
--- a/slam.sh
+++ b/slam.sh
 #       file
 #    Mostly it looks as though such limitations aren't fixable without
 #    the aforementioned rearchitecting or solving the halting problem.
+#
+# To make this work, you need an after-xc.core file. To cause the 
+# system to generate an after-xc.core file, you need
+# :SB-AFTER-XC-CORE in target features during an ordinary build.
+# See the comments in base-target-features.lisp-expr for the 
+# recommended way to make that happen.
 #######################################################################
 
 if [ "" != "$*" ]; then
@@ -68,7 +74,7 @@ fi
 # and the SBCL-vs-CMUCL dependence of --core/-core argument syntax
 # make it too messy to try deal with arbitrary SBCL_XC_HOST variants.
 # So you have no choice:
-export SBCL_XC_HOST='sbcl --noprogrammer'
+export SBCL_XC_HOST='sbcl --disable-debugger'
 
 # (We don't do make-host-1.sh at all. Hopefully nothing relevant has
 # changed.)