Add a declaim for compiling code with max debug and safety

This commit is contained in:
Renaud Casenave-Péré 2014-08-13 18:14:41 +09:00
parent 246668c4cc
commit c213413fb9

View file

@ -10,6 +10,8 @@
(:export :main :quit))
(in-package :stoe)
(declaim (optimize (debug 3) (safety 3) (speed 0)))
(let ((exit-main-loop nil))
(defun main-loop (&optional unprotected)
"Run the protected main-loop. An error will be catched with the possibility to