10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
[build]
|
|
rustflags = ["-C", "target-cpu=native"]
|
|
rustdocflags = ["-C", "target-cpu=native"]
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
rustflags = ["-C", "target-feature=+simd128"]
|
|
|
|
[target.wasm32-wasi]
|
|
rustflags = ["-C", "target-feature=+simd128"]
|