Disable debugger for executable

This commit is contained in:
Tom Willemsen 2013-03-21 23:43:09 +01:00
parent a664f8f6e8
commit aebd53868a

View file

@ -1,2 +1,2 @@
clark: clark.lisp make-image.lisp
sbcl --load make-image.lisp
sbcl --disable-debugger --load make-image.lisp