Skip to content

Commit

Permalink
Statically link Windows CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Apr 9, 2018
1 parent 4de7ba4 commit 6efd700
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit 6efd700

Please sign in to comment.