We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
See rust-lang/rust#53031 (comment)
compile you're C code with clang 7 and -flto=thin, make sure that you are using LLD as your linker (e.g. with -Clinker=clang -Clink-arg=-fuse-ld=lld, add -Zcross-lang-lto -Ccodegen-units=1 to your RUSTFLAGS.
-flto=thin
-Clinker=clang -Clink-arg=-fuse-ld=lld
-Zcross-lang-lto -Ccodegen-units=1
RUSTFLAGS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See rust-lang/rust#53031 (comment)
The text was updated successfully, but these errors were encountered: