search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Cargo Rustc Commands
11 cargo-rustc entries
Limited to 100 results
cargo-rustc Operations
Cargo Rustc Command: Build Artifacts Release Mode
cargo rustc -r cargo-rustc Operations
Cargo Rustc Command: Build Package In Release Mode
cargo rustc -r cargo-rustc Operations
Cargo Rustc Command: Build Package With Compiler Options
cargo rustc -- <rustc_options> cargo-rustc Operations
Cargo Rustc Command: Build Specific Binary
cargo rustc --bin <name> cargo-rustc Operations
Cargo Rustc Command: Build Specific Package
cargo rustc -p <package> cargo-rustc Operations
Cargo Rustc Command: Build Specified Binary
cargo rustc --bin <name> cargo-rustc Operations
Cargo Rustc Command: Check For Unsafe Code
cargo rustc --lib -- -D unsafe-code cargo-rustc Operations
Cargo Rustc Command: Compile Rust Package With Options
cargo rustc -- <rustc_options> cargo-rustc HTTP
Cargo Rustc Command: Compile With Architecture Specific Optimizations
cargo rustc -r -- -C target-cpu=native cargo-rustc Operations
Cargo Rustc Command: Compile With Size Optimizations
cargo rustc -- -C opt-level <s|z> cargo-rustc Operations
Cargo Rustc Command: Compile With Speed Optimizations
cargo rustc -- -C opt-level <1|2|3>