leo/.cargo/config

3 lines
84 B
Plaintext
Raw Normal View History

2021-02-05 06:23:58 +03:00
[target.'cfg(not(target_arch = "wasm32"))']
2020-08-21 14:23:52 +03:00
rustflags = ["-C", "target-cpu=native"]