xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
122 stars 26 forks source link

no option to set the sbcl core-compression level #25

Open LeftyBC opened 8 years ago

LeftyBC commented 8 years ago

As far as I can tell, sbcl supports 1-9 as a compression level if built with :SB-CORE-COMPRESSION feature, but buildapp does not allow for setting the compression level.

Could the --compress-core flag accept an (optional) compression level?