From 46aa186e3174496bfa1c912d9f0b95202c336c6f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 25 Apr 1991 22:16:47 +0000 Subject: [PATCH] Use debug-info 1 with SMALL feature. --- tools/pclcom.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp index 357fafa7d..5414fc60c 100644 --- a/tools/pclcom.lisp +++ b/tools/pclcom.lisp @@ -15,5 +15,8 @@ (import 'kernel:funcallable-instance-p (find-package "PCL")) -(with-compilation-unit () - (pcl::compile-pcl)) +(with-compilation-unit + (:optimize '(optimize (debug-info #+small 1 #-small 2) + (speed 2) + (inhibit-warnings 2))) + (pcl::compile-pcl)) -- GitLab