leo/.cargo/config.toml

3 lines
131 B
TOML
Raw Normal View History

2021-06-16 15:05:29 +03:00
[target.'cfg(all(target_arch = "x86_64", target_os = "macos", not(feature = "noconfig)))']
2021-06-16 14:48:29 +03:00
rustflags = ["-C", "target-cpu=native"]