Introduction
Introduction Statistics Contact Development Disclaimer Help
only compress sbcl core when compression is available - clic - Clic is an comma…
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65…
Log
Files
Refs
Tags
README
LICENSE
---
commit 0d2495e27c67c452ad496be7dec10a879f03328c
parent e31117e3635140602680791fc316849e10c91f79
Author: Solene Rapenne <[email protected]>
Date: Tue, 7 Nov 2017 08:30:33 +0000
only compress sbcl core when compression is available
Diffstat:
M make-binary.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/make-binary.lisp b/make-binary.lisp
@@ -9,7 +9,6 @@
(progn
(compile-file "clic.lisp" :system-p t)
(c:build-program "clic" :epilogue-code '(progn (main)) :lisp-files '("clic.o…
- ;;(c:build-program "clic" :lisp-files '("clic.o")))
#+sbcl
(progn
(require 'sb-bsd-sockets)
@@ -17,7 +16,8 @@
(load "clic.lisp")
(sb-ext:save-lisp-and-die "clic"
:executable t
- :compression 5
+ #+sb-core-compression
+ (values :compression 5)
:toplevel 'main))
(format t "INFO => Compilation done (or at least it should)~%")
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.