machine_setup/ansible/roles/rust/files/cargo_config.toml

3 lines
89 B
TOML
Raw Normal View History

2022-10-26 22:43:14 -04:00
[target.x86_64-unknown-linux-gnu]
2024-02-11 14:59:55 -05:00
rustflags = ["-C", "target-cpu=native", "-Zthreads=0"]