feat: Specify static C runtime linkage for Windows

This commit is contained in:
Sergio Gasquez 2022-10-04 13:16:44 +02:00
parent 5d8b038a76
commit 973aedd763

2
.cargo/config.toml Normal file
View File

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