Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
19efade5
Commit
19efade5
authored
Jan 08, 2014
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
header.lisp
View file @
19efade5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment