grin/.cargo/config.toml

5 lines
152 B
TOML
Raw Normal View History

2019-02-26 19:48:45 +03:00
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]