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

Compile class safe & w/debug info for now.

parent 10a6f35c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.49 1993/03/01 19:07:38 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.50 1993/03/13 09:17:02 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -85,7 +85,11 @@
(defvar *original-%deftype* #'lisp::%deftype)
(setf (fdefinition 'lisp::%deftype) #'list)
(comf "target:code/typedefs")
(comf "target:code/class")
(with-compilation-unit
(:optimize '(optimize (safety 2) (debug 2)))
(comf "target:code/class"))
(comf "target:code/type")
(comf "target:compiler/generic/vm-type")
(comf "target:code/type-init")
......
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