diff options
-rw-r--r-- | cantedraw.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index cf9ddb3..6b322ce 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -15,7 +15,8 @@ :build-pathname "bin/cantedraw" :entry-point "cantedraw.main:start") -#+sb-core-compression +;; Compress image for smaller binary size. +#+nil (defmethod asdf:perform ((o asdf:image-op) (c asdf:system)) (uiop:dump-image (asdf:output-file o c) :executable t |