summaryrefslogtreecommitdiffhomepage
path: root/.cargo/config
blob: ba321231fc5609efcd58600aca8c515a0457623f (plain)
1
2
3
4
5
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]

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