We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6197e commit b06f784Copy full SHA for b06f784
.cargo/config.toml
@@ -30,3 +30,6 @@ rustflags = ["--remap-path-prefix", "=lintcheck"]
30
# without increasing total build times.
31
[profile.dev.package.quine-mc_cluskey]
32
opt-level = 3
33
+
34
+[target.x86_64-pc-windows-msvc]
35
+linker = "rust-lld.exe"
0 commit comments