-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide example of using with save-lisp-and-die #4
Comments
Does |
https://github.com/bohonghuang/cl-gtk4/blob/96125a79b2d5c96c44b486fc29c4129d6f114627/cl-gtk4.asd#L16 I will try it and let you know if I can successfully create a working executable or if I have more questions. |
do you know how to declare sbcl compression levels? |
maybe this is the answer |
This is the answer, adding this code snippet to the ASD file is exactly the approach I am currently using. |
you can use an integer instead of a boolean for the :compression keyword:
|
I have a problem when I try to run the generated executable. It happens on Windows and Linux.
That may be a clue leading to a solution, but it needs more examples.
andy128k/cl-gobject-introspection#78
The text was updated successfully, but these errors were encountered: