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 98817bb commit 097997eCopy full SHA for 097997e
.cargo/config.toml
@@ -0,0 +1,8 @@
1
+# On Windows MSVC, statically link the C runtime so that the resulting EXE does
2
+# not depend on the vcruntime DLL.
3
+[target.x86_64-pc-windows-msvc]
4
+rustflags = ["-C", "target-feature=+crt-static"]
5
+[target.i686-pc-windows-msvc]
6
7
+[target.aarch64-pc-windows-msvc]
8
0 commit comments