config.toml 204 Bytes
Newer Older
yongshk's avatar
yongshk committed
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"]