mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-03-23 04:34:39 +02:00
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export RUSTFLAGS="-C target-feature=+ssse3"
|
||
|
cargo build --release --features simd-accel
|