Attachment 'customize-target-features.lisp'
Download 1 (lambda (features)
2 (flet ((enable (x)
3 (pushnew x features))
4 (disable (x)
5 (setf features (remove x features))))
6 ;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
7 ;; and x86 Mac OS X (experimental).
8 (enable :sb-thread)
9 (enable :sb-doc)
10 (enable :sb-package-locks)
11 (enable :sb-unicode)
12 (enable :sb-source-locations)))
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.