mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
5bd0edbbe1
Also update compile script.
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# export RUSTFLAGS="-C target-feature=+ssse3"
|
|
export RUSTFLAGS="-C target-cpu=native"
|
|
cargo build --release --features 'simd-accel avx-accel'
|