From 8f047501026f439a6ed456de037c5dc2055c2bb0 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 3 Dec 1991 19:12:09 +0000 Subject: [PATCH] Compile compiler/debug with full safety and debug info. --- tools/comcom.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index e4039c6cb..b348022e3 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -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") -- GitLab