openethereum/.cargo/config
2021-01-08 15:56:53 +01:00

4 lines
171 B
Plaintext

[target.x86_64-pc-windows-msvc]
# Link the C runtime statically ; https://github.com/openethereum/parity-ethereum/issues/6643
rustflags = ["-Ctarget-feature=+crt-static"]