Skip to content

clisp save-image fix.

Robert Goldman requested to merge clisp-image-fix into master

From Pierre Neidhardt.

Previously, we checked to see whether the image was a standalone image or not, but the value we passed to clisp's ext:saveinitmem was true in all cases, so the images were always being marked as executable, whether or not that was the right thing.

Probably we should add a test for this before merging.

Edited by Robert Goldman

Merge request reports