[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default optimize settings



> 
> What are the default settings for the different OPTIMIZE cases in 2.0? Is
> there a way to query MCL about them?
>      Daniel.
> 
> 
Welcome to Macintosh Common Lisp Version 2.0b1!
? (declaration-information 'optimize nil)
((SPEED 1) (SAFETY 1) (COMPILATION-SPEED 1) (SPACE 1) (DEBUG 1))
?