diff --git a/.cargo/config.toml b/.cargo/config.toml index 17b0dea3..a8366c3a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"] [target.'cfg(target_os = "windows")'] -rustflags = ["-C", "linker=lld-link", "-C", "link-arg=-fuse-ld=lld-link"] +linker = "rust-lld" [target.'cfg(target_arch = "x86_64")'] rustflags = ["-C", "target-cpu=x86-64-v3"]