sbclrc: Add comment on debug tweaking.

master
Pierre Neidhardt 2019-06-24 10:11:01 +02:00
parent 6244a24326
commit f38e83b067
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@
(push guix-profile
(symbol-value (find-symbol (string '*foreign-library-directories*)
(find-package 'cffi))))))
;; Uncomment the following to increase the debug details.
;; It's often better to do this from the REPL.
;; (declaim (optimize (speed 0) (space 0) (debug 3)))