Skip to content

Commit

Permalink
For Rust, use static linkage to CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
mvd-ows authored and faern committed Jun 8, 2018
1 parent 10cd23e commit 037aae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config
@@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]

[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]

0 comments on commit 037aae9

Please sign in to comment.