1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-13 00:26:54 -05:00

29 May 2022 17:04:43

This commit is contained in:
Jack Foltz 2022-05-29 17:04:43 -04:00
parent 7cc63fea46
commit 0445dc42ba
No known key found for this signature in database
GPG Key ID: 79C872C088D157D1

3
.cargo/config.toml Normal file
View File

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