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

Upped the safety and debug-info for pathname and filesys.

parent f49a5f80
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,10 @@
(comf "target:code/serve-event")
(pushnew :serve-event *features*)
(comf "target:code/fd-stream")
(comf "target:code/pathname")
(comf "target:code/filesys")
(with-compilation-unit ; Until this code is shaken down more...
(:optimize '(optimize (safety 2) (debug 2)))
(comf "target:code/pathname")
(comf "target:code/filesys"))
(comf "target:code/load")
(comf "target:code/eval")
......
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