n-link/.cargo/config.toml

5 lines
152 B
TOML
Raw Normal View History

2020-09-27 02:23:33 +00:00
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]