[Openmcl-devel] save-application
R. Matthew Emerson
rme at clozure.com
Thu Oct 23 15:53:38 PDT 2014
On Oct 23, 2014, at 4:36 PM, Devon Sean McCullough <OpenMCL at jovi.net> wrote:
> * Executable contains tons of lisp source
The value of the variable ccl:*save-source-locations* governs this. See the docstring, but essentially, the default value of t causes CCL to save a copy of the original source text along with the source location information.
If you set ccl:*save-source-locations* to nil before compiling your code, then source location information (and source code) will not be saved.
More information about the Openmcl-devel
mailing list