summaryrefslogtreecommitdiff
path: root/test3.lisp
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-19 17:46:22 -0500
committerLLLL Colonq <llll@colonq>2025-12-19 17:46:22 -0500
commit8612ca228aacb3e770c485d851c809ddc4a5a7b2 (patch)
tree410753470325867e63a18cd28b4d48ba16743280 /test3.lisp
parent219c94c7eb7448bfc86602579de3765216888297 (diff)
Disable LTO
Diffstat (limited to 'test3.lisp')
-rw-r--r--test3.lisp1
1 files changed, 1 insertions, 0 deletions
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)
)