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
zig master starts to fail hard on unsupported linker args recently: ziglang/zig#11906
See alo
The text was updated successfully, but these errors were encountered:
--disable-auto-image-base
Maybe we can try a generic way to detect unsupported linker args via: https://docs.rs/cc/latest/cc/struct.Build.html#method.is_flag_supported
Sorry, something went wrong.
Filter out unsupported -Wl,--dynamicbase link arg for Windows gnu t…
-Wl,--dynamicbase
ecb93c3
…argets xref #96
No branches or pull requests
zig master starts to fail hard on unsupported linker args recently: ziglang/zig#11906
See alo
The text was updated successfully, but these errors were encountered: