mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Don't enable *check-consistency* with sb-devel.
It can't pass the tests.
This commit is contained in:
parent
ef550d678b
commit
e7a689453c
|
|
@ -67,7 +67,7 @@ echo //doing warm init - load and dump phase
|
|||
(setf sb-c::*merge-pathnames* t)
|
||||
;;; and for storing pathname namestrings in fasls too.
|
||||
(setq sb-c::*name-context-file-path-selector* 'truename)
|
||||
#-sb-devel ; Turn off IR consistency checking in release mode.
|
||||
; Turn off IR consistency checking in release mode.
|
||||
(setq sb-c::*check-consistency* nil)
|
||||
(let ((sb-ext:*invoke-debugger-hook* (prog1 sb-ext:*invoke-debugger-hook* (sb-ext:enable-debugger))))
|
||||
(sb-ext:save-lisp-and-die "output/sbcl.core"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue