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

Changed internal debug info to .5 to suppress debug arglists.

parent 40f016a8
Branches
Tags
No related merge requests found
...@@ -36,14 +36,15 @@ ...@@ -36,14 +36,15 @@
(with-compiler-log-file (with-compiler-log-file
("target:compile-hemlock.log" ("target:compile-hemlock.log"
:optimize :optimize
'(optimize (debug-info #-small 2 #+small 1) '(optimize (debug-info #-small 2 #+small .5)
(speed 2) (inhibit-warnings 2) (speed 2) (inhibit-warnings 2)
(safety #-small 1 #+small 0)) (safety #-small 1 #+small 0))
:optimize-interface :optimize-interface
'(optimize-interface (debug-info 1)) '(optimize-interface (debug-info .5))
:context-declarations :context-declarations
'(((:or :external (:match "$%SET-")) '(((:or :external (:match "$%SET-"))
(declare (optimize (safety 2)))))) (declare (optimize (safety 2))
(optimize-interface (debug-info 1))))))
(comf "target:code/globals") (comf "target:code/globals")
(comf "target:code/struct") (comf "target:code/struct")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment