1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-20 06:15:37 +02:00
Files
benchsuite
ci
complete
doc
globset
grep
ignore
pkg
src
termcolor
tests
wincolor
.gitignore
.travis.yml
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
LICENSE-MIT
README.md
UNLICENSE
appveyor.yml
build.rs
compile
snapcraft.yaml
ripgrep/compile

9 lines
295 B
Plaintext
Raw Normal View History

#!/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