summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: ca9d853b6049515fcc3593b0e1fc7404909ffc03 (plain)
1
2
3
4
5
6
7
8
[build]
rustflags = ["-C", "target-cpu=native"]

[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+simd128"]

[target.x86_64-apple-darwin]
rustflags = ["-C", "target-feature=-avx,-avx2"]