From 143e8e03fa6d04cfb0f14d5c62531b9087d17994 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 15 Feb 2025 16:22:35 +0000 Subject: Disable image compression for binary. --- cantedraw.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-13-gbd6f