SBCL on Windows not built with compression by default.

This commit is contained in:
Brady Stanton 2022-12-12 14:11:53 -08:00
parent 9f360254a3
commit e90dc42283
2 changed files with 2 additions and 0 deletions

1
clogframe/make-builder.bat vendored Normal file
View file

@ -0,0 +1 @@
sbcl --eval "(ql:quickload :clog/tools)" --eval "(sb-ext:save-lisp-and-die #P\"builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser nil :clogframe t)) :executable t :compression nil)"