Skip to content
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

static linking #14

Open
jordilevy opened this issue Feb 25, 2023 · 1 comment
Open

static linking #14

jordilevy opened this issue Feb 25, 2023 · 1 comment

Comments

@jordilevy
Copy link

Do you have a x86-64 static linked version?
I tried to compile with:
RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release
but it does not work.

@ltentrup
Copy link
Owner

Probably due to the dependency on cryptominisat. It's a C++ library so Rust flags won't affect the way it's built. Other than that, everything should build statically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants