summaryrefslogtreecommitdiff
path: root/slam.sh
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2002-06-06 14:08:09 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2002-06-06 14:08:09 +0000
commitf0d511130027c6878f08d619ccc92ef588d81223 (patch)
treec216db710a73aae0947d2b3e4f5136890d7f9ea1 /slam.sh
parent372989d837526e3100b364153d58181a2a563351 (diff)
0.7.4.15:
changed --noprogrammer behavior to support people building interactive cores noninteractively... ...renamed --noprogrammer to --disable-debugger ...defined SB-EXT:DISABLE-DEBUGGER and SB-EXT:ENABLE-DEBUGGER
Diffstat (limited to 'slam.sh')
-rw-r--r--slam.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/slam.sh b/slam.sh
index d62f0a183..366e0f6b4 100644
--- a/slam.sh
+++ b/slam.sh
@@ -68,7 +68,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.)