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
Hi, anakryiko, can we support static build in example CMakelist, i think others will also meet this glibc version problem
set(CMAKE_EXE_LINKER_FLAGS "-static")
it seems add static flag can fix it, so is it meaningful?
The text was updated successfully, but these errors were encountered:
If someone implements and tests this, then sure, I don't see why not. Ideally we also have CI test for this mode.
Sorry, something went wrong.
ok, i will do it.
No branches or pull requests
Hi, anakryiko, can we support static build in example CMakelist, i think others will also meet this glibc version problem
it seems add static flag can fix it, so is it meaningful?
The text was updated successfully, but these errors were encountered: