milis/talimatname/genel/sbcl/customize-target-features.lisp

7 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)))