From ea1935dff3975c4880d4a3d9533f7f14328d38b6 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 27 May 1991 16:22:30 +0000 Subject: [PATCH] Made internal debug-info .5, and made external interfaces fully safe. --- tools/pclcom.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp index 5414fc60c..065adad51 100644 --- a/tools/pclcom.lisp +++ b/tools/pclcom.lisp @@ -16,7 +16,9 @@ (import 'kernel:funcallable-instance-p (find-package "PCL")) (with-compilation-unit - (:optimize '(optimize (debug-info #+small 1 #-small 2) + (:optimize '(optimize (debug-info #+small .5 #-small 2) (speed 2) - (inhibit-warnings 2))) + (inhibit-warnings 2)) + :context-declarations + '((:external (declare (optimize-interface (safety 2) (debug-info 1)))))) (pcl::compile-pcl)) -- GitLab