openethereum/.cargo/config

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

4 lines
168 B
Plaintext
Raw Normal View History

[target.x86_64-pc-windows-msvc]
2020-09-22 14:53:52 +02:00
# Link the C runtime statically ; https://github.com/openethereum/openethereum/issues/6643
rustflags = ["-Ctarget-feature=+crt-static"]