build(cargo): Use lld for windows-x64 (#3683)

This commit is contained in:
OJ Kwon 2022-02-22 11:16:45 -08:00 committed by GitHub
parent c663ced4de
commit 82914d4edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,11 @@ rustflags = [
"new-llvm-pass-manager=no",
]
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
[target.aarch64-pc-windows-msvc]
linker = "rust-lld"
rustflags = [
"-Z",
"new-llvm-pass-manager=no",