mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 10:08:36 +00:00
5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export RUSTFLAGS="-C target-feature=+ssse3"
|
|
# export RUSTFLAGS="-C target-cpu=native"
|
|
cargo build --release --features simd-accel
|