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

Use debug-info 1 with SMALL feature.

parent f80c5972
No related branches found
No related tags found
No related merge requests found
......@@ -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))
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