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 1083845 commit c4a828cCopy full SHA for c4a828c
.cargo/config.toml
@@ -0,0 +1,5 @@
1
+# We want to ensure that all the MSVC dependencies are statically resolved and
2
+# included in the final CLI binary.
3
+# Ref: https://github.com/rust-lang/rust/pull/122268
4
+[target.x86_64-pc-windows-msvc]
5
+rustflags = ["-C", "target-feature=+crt-static"]
0 commit comments