aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2020-01-01 22:53:57 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2020-01-01 22:53:57 -0500
commit655c52bf08a791bf9ba766f9ae55770dc246ac80 (patch)
tree1ff208d984458d35defefa8cce5297bd8cb50cad /.cargo
parent90ae6068b2cc2256e9d6dce1e88124e92394254f (diff)
Add the ability to install dev-suite to ds tool
This adds the ability to install dev-suite from the command line and simplifies the process of acquiring all of the tools and sets the foundations to use ds more like rustup to manage dev-suite.
Diffstat (limited to '.cargo')
-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"]