use lld on windows

This commit is contained in:
zyl 2024-06-24 21:35:56 -07:00
parent f64158d577
commit 158257cd44
No known key found for this signature in database

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[target.x86_64-pc-windows-msvc]
linker = "ld.lld.exe"
rustflags = ["-C", "link-arg=-fuse-ld=lld"]