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
Not sure if $LDFLAGS environment variable works. After using -fuse-ld=mold directly in the arguments when using clang I get this error.
$LDFLAGS
-fuse-ld=mold
mold: fatal: unknown command line option: --warn-shared-textrel
This error is also when using config.toml rust.
config.toml
The text was updated successfully, but these errors were encountered:
Thank you for your report. I'll add that flag to mold.
Sorry, something went wrong.
b0d91b9
No branches or pull requests
Not sure if
$LDFLAGS
environment variable works.After using
-fuse-ld=mold
directly in the arguments when using clang I get this error.This error is also when using
config.toml
rust.The text was updated successfully, but these errors were encountered: