From 27f55c8ba6aef1916dbdf1e98e1b5d4e532f910b Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 5 Aug 2019 11:49:18 +0200 Subject: [PATCH] sbclrc: Add comment about type checking. --- .sbclrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.sbclrc b/.sbclrc index 1a19effe..92cc830a 100644 --- a/.sbclrc +++ b/.sbclrc @@ -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))))