cargo: link using lld

This commit is contained in:
Arne Keller 2021-04-09 18:40:10 +02:00
parent 9d9a349b65
commit 87c74b0141

2
.cache/cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]