1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-24 13:56:47 +02:00

Add some commented out commands to compile script.

This commit is contained in:
Andrew Gallant 2016-12-24 09:13:53 -05:00
parent d4527854de
commit 5b1796d64d

View File

@ -1,5 +1,8 @@
#!/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