summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: a6c6276e5293d2dac2e16c7316cd24565a56bace (plain)
1
2
3
4
5
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]

[target.aarch64-apple-darwin]
rustflags = ["-C", "target-cpu=native"]