From 19efade5a6f54101a0509ddb1d9bd491149a725f Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 8 Jan 2014 00:33:16 -0500 Subject: [PATCH] As per recommendation by rtoy, don't do non-standard declaim on CMUCL. (Why was it introduced in 2.26.136, anyway?) --- header.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/header.lisp b/header.lisp index a7d5978d2..3c621c1a9 100644 --- a/header.lisp +++ b/header.lisp @@ -51,7 +51,6 @@ #+cmu (eval-when (:load-toplevel :compile-toplevel :execute) - (declaim (optimize (speed 1) (safety 3) (debug 3))) (setf ext:*gc-verbose* nil)) #+(or abcl clozure cmu ecl xcl) ;; punt on hard package upgrade on those implementations -- GitLab