mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
ros install enable option for 'linkable-runtime'.
This commit is contained in:
parent
87f9fbef3c
commit
d45658ab20
|
|
@ -19,12 +19,14 @@
|
|||
("core-compression" t "Build SBCL without support for compressed cores and without a dependency on zlib." t)
|
||||
("ldb" nil "Include low-level debugger in the build." t)
|
||||
("xref-for-internals" nil "Include XREF information for SBCL internals (increases core size by 5-6MB)." t)
|
||||
("simd-pack" nil "Enable SIMD intrinsics." t)
|
||||
("simd-pack" ,(or #+x86-64 t) "Enable SIMD intrinsics." t)
|
||||
("show" nil "Use the extra debugging information." t)
|
||||
("after-xc-core" nil "controls whether the build process produces an after-xc.core file." t)
|
||||
("show-assem" nil "Enable extra debugging output." t)
|
||||
("qshow" nil "Compile the C runtime with support for low-level debugging output." t)
|
||||
("eval" nil "Support for a full evaluator." t)
|
||||
("dynamic-core" ,(or #+win32 t) "The runtime to be rebuilt without requiring changes to the core file." t)
|
||||
("linkable-runtime" nil "Allowing linking with extra object files" t)
|
||||
("fasteval" nil "Support for a different evaluator (interpreter)." t)
|
||||
("fluid" nil "Setting this makes SBCL more \"fluid\"." t)
|
||||
("dyncount" nil "Enable code for collecting statistics This code is probably pretty stale." t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue