summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 7e766c36c6aede93c45a8bc36aba5746c2f37aff (plain)
1
2
3
4
5
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

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