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

Compile the backend with safety 0 and debug-info 1, conditional on the SMALL

feature.
parent db560e4d
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@
(comf "target:compiler/generic/utils")
(comf "target:assembly/assemfile" :load *load-stuff*)
#+small (declaim (optimize (safety 1) (debug-info 1)))
(when (string= (old-c:backend-name old-c:*backend*) "PMAX")
(comf "target:compiler/mips/mips-insts")
(comf "target:compiler/mips/mips-macs" :load *load-stuff*)
......@@ -147,6 +148,8 @@
(comf "target:compiler/pseudo-vops")
#+small (declaim (optimize (safety 1) (debug-info 2)))
(comf "target:compiler/aliencomp")
(comf "target:compiler/gtn")
(comf "target:compiler/ltn")
......
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