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