Skip to content

Commit b06f784

Browse files
committed
Use lld on windows
1 parent 2a6197e commit b06f784

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ rustflags = ["--remap-path-prefix", "=lintcheck"]
3030
# without increasing total build times.
3131
[profile.dev.package.quine-mc_cluskey]
3232
opt-level = 3
33+
34+
[target.x86_64-pc-windows-msvc]
35+
linker = "rust-lld.exe"

0 commit comments

Comments
 (0)