summaryrefslogtreecommitdiff
path: root/make-target-2-load.lisp
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2020-01-01 20:39:03 +0300
committerStas Boukarev <stassats@gmail.com>2020-01-01 20:39:03 +0300
commit2764320fe17624625e33e20fb856ec63504e0402 (patch)
tree4d1c40ad7dc268e80a7bbb62ef626221e0ef0400 /make-target-2-load.lisp
parent92e98d3cbfdef83ce8411b2fb43ddfe0e3272d9e (diff)
Make :SB-CORE-COMPRESSION a public feature.
Otherwise save-lisp-and-die :compression t isn't guaranteed to work.
Diffstat (limited to 'make-target-2-load.lisp')
-rw-r--r--make-target-2-load.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-target-2-load.lisp b/make-target-2-load.lisp
index 0d9a7a8f6..4951a94a8 100644
--- a/make-target-2-load.lisp
+++ b/make-target-2-load.lisp
@@ -24,6 +24,8 @@
;; and we should build with both, which is to say that dynamic-core is not
;; an additional yes/no choice.
:SB-DYNAMIC-CORE
+ ;; Can't use s-l-a-d :compression safely witout it
+ :SB-CORE-COMPRESSION
;; Features that are also in *features-potentially-affecting-fasl-format*
;; and would probably mess up something if made non-public,
;; though I don't think they should all be public.