perf: use lld linker for faster Windows builds

This commit is contained in:
t8y2 2026-05-07 16:21:21 +08:00
parent fdb923425d
commit d4d0bb726e
1 changed files with 2 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[target.x86_64-pc-windows-msvc]
linker = "lld-link"