Files
dotfiles/cargo/config.toml

7 lines
150 B
TOML
Raw 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"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]