diff --git a/.cargo/config.toml b/.cargo/config.toml index 076c98187b9..99b1fd8adff 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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",