Skip to content
Snippets Groups Projects
Commit 19efade5 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

As per recommendation by rtoy, don't do non-standard declaim on CMUCL.

(Why was it introduced in 2.26.136, anyway?)
parent c2390d8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment