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 0fc023a commit 0680a02Copy full SHA for 0680a02
.cargo/config.toml
@@ -13,7 +13,7 @@ global-credential-providers = ["cargo:token"]
13
# We do this, because vcruntime140.dll is an optional Windows component.
14
[target.x86_64-pc-windows-msvc]
15
rustflags = [
16
- "-CControl-flow-guard",
+ "-Ccontrol-flow-guard",
17
"-Ctarget-feature=+crt-static",
18
"-Clink-args=/DEFAULTLIB:ucrt.lib",
19
"-Clink-args=/NODEFAULTLIB:vcruntime.lib",
@@ -25,7 +25,7 @@ rustflags = [
25
26
[target.aarch64-windows-msvc]
27
28
29
30
31
0 commit comments