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

4 lines
115 B
TOML
Raw Normal View History

2022-05-29 17:04:43 -04:00
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]