Configure linker to lld for windows target

This commit is contained in:
Quentin Rouland 2025-02-26 09:04:14 -08:00
parent b68121f658
commit 62762cc2c8

2
.cargo/config.toml Normal file
View File

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