Statically link MSVC runtime on Windows.

This commit is contained in:
Nolan Darilek 2020-10-08 10:40:36 -05:00
parent 1dabd5afd3
commit f105ee702b

2
.cargo/config Normal file
View File

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