Skip to content
Snippets Groups Projects
Commit b1514b4a authored by ram's avatar ram
Browse files

Added semi-safe optimize proclamation.

parent 3a627089
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
;;;
(in-package "USER")
(c::%proclaim '(optimize (speed 2) (space 2) (c::brevity 2)))
(setq *print-pretty* nil)
(with-compiler-log-file ("c:compile-compiler.log")
(unless *new-compile*
......
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