web3-proxy/.cargo/config.toml

4 lines
162 B
TOML
Raw Normal View History

2022-05-17 19:25:25 +03:00
[build]
2022-05-17 19:36:42 +03:00
# potentially faster. https://nnethercote.github.io/perf-book/build-configuration.html
rustflags = ["-C", "target-cpu=native", "--cfg", "tokio_unstable"]