diff options
author | Teddy Wing | 2021-02-14 23:34:53 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-14 23:34:53 +0100 |
commit | 6d2c19203913f859d82cc929a18e2784003b3a84 (patch) | |
tree | d0469c28639ef51b1872d421aa4d93107500e2c0 /l/src | |
parent | 8b0cde317fc3f151bd390b3bca9250deaded784c (diff) | |
download | extreload-6d2c19203913f859d82cc929a18e2784003b3a84.tar.bz2 |
extreload.asd: Compress SBCL executable
The default executable compiled by SBCL is huge. Copied code from:
https://lispcookbook.github.io/cl-cookbook/scripting.html#building-a-smaller-binary-with-sbcls-core-compression
to produce a smaller executable.
Here's the size comparison:
$ du -hs extreload*
11M extreload-ecl
58M extreload-sbcl
15M extreload-sbcl-compressed
Diffstat (limited to 'l/src')
0 files changed, 0 insertions, 0 deletions