mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
Add some commented out commands to compile script.
This commit is contained in:
parent
d4527854de
commit
5b1796d64d
3
compile
3
compile
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# export RUSTFLAGS="-C target-feature=+ssse3"
|
# export RUSTFLAGS="-C target-feature=+ssse3"
|
||||||
|
# cargo build --release --features 'simd-accel'
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native"
|
export RUSTFLAGS="-C target-cpu=native"
|
||||||
cargo build --release --features 'simd-accel avx-accel'
|
cargo build --release --features 'simd-accel avx-accel'
|
||||||
|
# cargo build --release --features 'simd-accel avx-accel' --target x86_64-unknown-linux-musl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user