Disable debugger for executable
This commit is contained in:
parent
a664f8f6e8
commit
aebd53868a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
||||||
clark: clark.lisp make-image.lisp
|
clark: clark.lisp make-image.lisp
|
||||||
sbcl --load make-image.lisp
|
sbcl --disable-debugger --load make-image.lisp
|
||||||
|
|
Loading…
Reference in a new issue