mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
9 lines
295 B
Bash
Executable File
9 lines
295 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# export RUSTFLAGS="-C target-feature=+ssse3"
|
|
# cargo build --release --features 'simd-accel'
|
|
|
|
export RUSTFLAGS="-C target-cpu=native"
|
|
cargo build --release --features 'simd-accel avx-accel'
|
|
# cargo build --release --features 'simd-accel avx-accel' --target x86_64-unknown-linux-musl
|