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

3 lines
89 B
TOML
Raw Normal View History

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