From f38e83b067cea27da9652a3e41f6b53193b56120 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 24 Jun 2019 10:11:01 +0200 Subject: [PATCH] sbclrc: Add comment on debug tweaking. --- .sbclrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.sbclrc b/.sbclrc index c96bb7a7..1a19effe 100644 --- a/.sbclrc +++ b/.sbclrc @@ -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)))