sbclrc: Add comment about type checking.

master
Pierre Neidhardt 2019-08-05 11:49:18 +02:00
parent 53cb89e486
commit 27f55c8ba6
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@
;; 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)))
;; Uncomment to enable full type checks (should be the default).
;; (declaim (optimize (or (>= safety 2) (>= safety speed 1))))