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
I can't seem to pass flags down to rustc when running cargo-build. Specifically the command would be:
/usr/local/lib/cargo/cargo-build --target i686-unknown-linux-gnu --emit=obj --opt-level=3 -Z lto -Z no-landing-pads --verbose --release Unknown flag: '--emit' Usage: cargo-build [options] make: *** [build/x86/main.o] Error 1
The text was updated successfully, but these errors were encountered:
In particular, from IRC, you're saying that --emit, --opt-level, -Z lto, -Z no-landing-pads, and --release don't work?
Sorry, something went wrong.
Closing as a dupe of #313
#60 that is.
cargo rustc
No branches or pull requests
I can't seem to pass flags down to rustc when running cargo-build. Specifically the command would be:
The text was updated successfully, but these errors were encountered: