We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
add_static_option.diff.gz
The attached diff modifies the CMake config to enable a static build. To build statically, use:
mkdir build_static cmake -DCMAKE_STATIC=True .. make
I have only tested this on my Ubuntu 18.04 WSL, where it makes the binary 25MB instead of 3MB, so only use if necessary.
Cheers, Erez.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: