aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index 59e1ea1..f6e3441 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -57,3 +57,7 @@ rustflags = [
"-D",
"while-true"
]
+[target.x86_64-pc-windows-msvc]
+rustflags = ["-Ctarget-feature=+crt-static"]
+[target.i686-pc-windows-msvc]
+rustflags = ["-Ctarget-feature=+crt-static"]