1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-09-27 14:45:12 -04:00
dotfiles/.cargo/config.toml
2022-05-29 17:04:43 -04:00

4 lines
115 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]