milis/talimatname/genel/sbcl/customize-target-features.lisp
2017-05-13 06:08:22 +03:00

6 lines
221 B
Common Lisp

(lambda (features)
(flet ((enable (x) (pushnew x features))
(disable (x) (setf features (remove x features))))
(enable :sb-thread)
(enable :sb-core-compression)
(${enable_disable_largefile} :largefile)))