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

Made internal debug-info .5, and made external interfaces fully safe.

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