Files
dotfiles/cargo/config.toml

7 lines
146 B
TOML
Raw Permalink Normal View History

2024-11-09 18:01:33 +01:00
[build]
rustc-wrapper = "sccache"
2024-11-15 13:37:56 +01:00
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
2026-01-17 13:59:25 +01:00
rustflags = ["-Clink-arg=--ld-path=/usr/bin/wild"]