Skip to content
Snippets Groups Projects
Commit 8f6e3dec authored by pw's avatar pw
Browse files

From Eric Marsden:

	A few tweaks for buildtime features.
parent 18e36eb6
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,8 @@ system. These symbols are:
\begin{description}
\item[:no-compiler] don't load the compiler.
\item[:no-clx] don't load CLX.
\item[:no-hemlock] don't load hemlock.
\item[:no-clm] don't load CLM.
\item[:no-hemlock] don't load Hemlock.
\item[:no-pcl] don't load PCL.
\item[:runtime] build a runtime code, implies all of the above, and then some.
\end{description}
......@@ -306,3 +307,6 @@ system. These symbols are:
Note: if you don't load the compiler, you can't (successfully) load the
pretty-printer or pcl. And if you compiled hemlock with CLX loaded, you can't
load it without CLX also being loaded.
These features are only used during the worldload process, and are
not propagated to the generated \verb|lisp.core| file.
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