Index: main/lisp.sh
===================================================================
--- main/lisp.sh	(revision main,4)
+++ main/lisp.sh	(revision main,20)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-sbcl --load /usr/share/emacs/site-lisp/slime/swank-loader.lisp --eval "(setf swank:*communication-style* :fd-handler)" --eval "(swank:create-server)"
+sbcl --load /usr/share/emacs/site-lisp/slime/swank-loader.lisp --eval "(setf swank:*communication-style* :fd-handler)" --eval "(swank:create-server)" --eval "(declaim (optimize debug safety (compilation-speed 1) (speed 0) (space 0)))"
