Compile a Rust package, and pass extra options to the compiler.
Cargo.toml
manifest file in the current working directory:
cargo rustc
cargo rustc --release
cargo rustc --release -- -C target-cpu=native
cargo rustc -- -C opt-level {1|2|3}
z
also turns off loop vectorization):
cargo rustc -- -C opt-level {s|z}
cargo rustc --lib -- -D unsafe-code
cargo rustc --package {package}
cargo --bin {name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB