Disable image compression for binary.

This commit is contained in:
2025-02-15 16:22:35 +00:00
parent dc94a396ec
commit 143e8e03fa

View File

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