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

Debug-info -> debug.

parent b63aa7b4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.8 1993/08/24 13:39:48 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.9 1993/08/24 15:51:02 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
("target:compile-motif.log" ("target:compile-motif.log"
:optimize '(optimize (speed 3) (ext:inhibit-warnings 3) :optimize '(optimize (speed 3) (ext:inhibit-warnings 3)
#+small (safety 0) #+small (safety 0)
#+small (debug-info .5))) #+small (debug .5)))
(dolist (f tk-internals-files) (dolist (f tk-internals-files)
(comf f :load t))) (comf f :load t)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment