mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
10 lines
289 B
TOML
10 lines
289 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
[alias]
|
|
clippy-all = "clippy --all-targets --all-features -- -D warnings"
|
|
clippy-only = "clippy --all-targets --features clippy -- -D warnings"
|