From 8612ca228aacb3e770c485d851c809ddc4a5a7b2 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 19 Dec 2025 17:46:22 -0500 Subject: Disable LTO --- test3.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'test3.lisp') diff --git a/test3.lisp b/test3.lisp index 304533c..2febb75 100644 --- a/test3.lisp +++ b/test3.lisp @@ -3,4 +3,5 @@ (bs/grow! 1 bs) (bs/write8! bs 0 67) (bs/spit! "test3.bin" bs) + ;; (bs/delete! bs) ) -- cgit v1.2.3