diff --git a/.cargo/config_fast_builds b/.cargo/config_fast_builds index fa492453fa..71ae452ac4 100644 --- a/.cargo/config_fast_builds +++ b/.cargo/config_fast_builds @@ -10,8 +10,6 @@ rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"] [target.x86_64-apple-darwin] rustflags = ["-Zshare-generics=y"] -# NOTE: you must manually install lld on windows. you can easily do this with the "scoop" package manager: -# `scoop install llvm` [target.x86_64-pc-windows-msvc] -linker = "lld-link.exe" -rustflags = ["-Clinker=lld", "-Zshare-generics=y"] \ No newline at end of file +linker = "rust-lld.exe" +rustflags = ["-Zshare-generics=y"] \ No newline at end of file