mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-14 19:55:47 -07:00
benches
benchsuite
ci
doc
grep
pkg
src
tests
.gitignore
.travis.yml
COPYING
Cargo.lock
Cargo.toml
LICENSE-MIT
README.md
UNLICENSE
appveyor.yml
compile
6 lines
141 B
Bash
Executable File
6 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
|