coreutils/.cargo/config.toml
Justin Tracey 5994759560
move lints from rustflags to Cargo.toml
This prevents unnecessary rebuilds when mixing runs of `cargo clippy` and other
cargo commands (e.g., `cargo c && cargo clippy && cargo c` no longer rebuilds).
2024-09-29 14:14:15 -04:00

3 lines
66 B
TOML

[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"