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

Compile compiler/debug with full safety and debug info.

parent fa8633a0
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,9 @@
(:optimize '(optimize (debug-info 2) (safety 1)))
(comf "target:compiler/pack"))
(comf "target:compiler/codegen")
(comf "target:compiler/debug")
(with-compilation-unit
(:optimize '(optimize (debug-info 2) (safety 2)))
(comf "target:compiler/debug"))
(comf "target:compiler/assem-check")
(comf "target:compiler/statcount")
(comf "target:compiler/dyncount")
......
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