openethereum/.cargo/config

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
171 B
Plaintext
Raw Normal View History

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