2020-06-09 04:13:15 +07:00
|
|
|
[target.x86_64-pc-windows-msvc]
|
2020-06-30 04:09:13 +07:00
|
|
|
# CRT static to make run on machine without VC++
|
|
|
|
# https://github.com/rust-lang/rust/pull/66801#issuecomment-558947376
|
|
|
|
# >> "-Clink-args=/subsystem:console,5.02"
|
2020-06-09 04:13:15 +07:00
|
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|