windows cargo settings (#2632)

This commit is contained in:
Yeastplume 2019-02-26 16:48:45 +00:00 committed by GitHub
parent f4cdd1f759
commit c388e086b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.cargo/config Normal file
View file

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