[slime-devel] How to specify optimize options to C-c C-c
Mirko Vukovic
mirko.vukovic at gmail.com
Thu May 29 14:12:45 UTC 2008
Hello,
When I develop new code (ok, I admit it, this is the first time I am
developing code in lisp&slime), I put this at the beginning of the
file:
(declaim (optimize (safety 3)) (optimize (debug 3)) (optimize (speed 0)))
This helps me in debugging the code. However, if I compile defun's
with C-c C-c, it does not seem to use that rule. How can I force it
to?
Thank you,
Mirko
More information about the slime-devel
mailing list