Don't enable *check-consistency* with sb-devel.

It can't pass the tests.
This commit is contained in:
Stas Boukarev 2023-06-28 21:46:14 +03:00
parent ef550d678b
commit e7a689453c

View file

@ -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"))