diff options
Diffstat (limited to 'l')
| -rw-r--r-- | l/extreload.asd | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/l/extreload.asd b/l/extreload.asd index 2748eee..96e076e 100644 --- a/l/extreload.asd +++ b/l/extreload.asd @@ -19,3 +19,7 @@    :build-operation "program-op"    :build-pathname "extreload"    :entry-point "extreload:main") + +#+sb-core-compression +(defmethod asdf:perform ((o asdf:image-op) (c asdf:system)) +  (uiop:dump-image (asdf:output-file o c) :executable t :compression t)) | 
