1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

Add alternative compile strategy (in a comment).

This commit is contained in:
Andrew Gallant 2016-09-11 00:42:30 -04:00
parent cf21b4a97e
commit fa8112ec34

View File

@ -1,4 +1,5 @@
#!/bin/sh
export RUSTFLAGS="-C target-feature=+ssse3"
# export RUSTFLAGS="-C target-cpu=native"
cargo build --release --features simd-accel