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

Moved debug-info earlier in the compilation.

parent 0c4ba196
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
;(comf "code:clx-ext") ;(comf "code:clx-ext")
(comf "code:commandline") (comf "code:commandline")
(comf "code:eval") (comf "code:eval")
(comf "code:debug-info")
(comf "code:debug-int") (comf "code:debug-int")
(comf "code:debug") (comf "code:debug")
(comf "code:trace") (comf "code:trace")
...@@ -76,7 +77,6 @@ ...@@ -76,7 +77,6 @@
(comf "code:foreign") (comf "code:foreign")
(comf "c:proclaim") (comf "c:proclaim")
(comf "c:knownfun") (comf "c:knownfun")
(comf "code:debug-info")
;;; Later so that miscellaneous structures are defined (not crucial, but nice.) ;;; Later so that miscellaneous structures are defined (not crucial, but nice.)
(comf "code:describe") (comf "code:describe")
......
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