Hi list,
I want to use asdf's program-op to dump an image, using this command:
sbcl --eval '(asdf:operate :build-op :my-system)'
This works perfectly. An image is correctly dumped, and works fine.
However, the image is 70MB. Is it possible to use sb-ext:save-lisp-and-die's :compression option? In the source, I've seen :extra-build-args, but it seems to be a make-build option only. I'm not very familiar with asdf's source though, so I'm surely missing something.
Cheers,
On Mon, Sep 28, 2015 at 5:42 PM, Florian Margaine florian@margaine.com wrote:
Hi list,
I want to use asdf's program-op to dump an image, using this command:
sbcl --eval '(asdf:operate :build-op :my-system)'
This works perfectly. An image is correctly dumped, and works fine.
However, the image is 70MB. Is it possible to use sb-ext:save-lisp-and-die's :compression option? In the source, I've seen :extra-build-args, but it seems to be a make-build option only. I'm not very familiar with asdf's source though, so I'm surely missing something.
Not supported. Yet. Patches welcome. Constraint: your patch should work in a way that minimizes the amount of #+sbcl required by the users.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org No one has the right to a position; everyone has the right to positions being well filled. — Ernest Renan