Skip to content

Commit c577ca0

Browse files
committed
ripgrep-skylake-git: get rid of simd-accel
* it doesn't compile * users barely benefit from it because it only makes sense with UTF-16 files See also BurntSushi/ripgrep#1684.
1 parent 848c351 commit c577ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archlinuxcn/ripgrep-skylake-git/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pkgver () {
2727
build () {
2828
cd ripgrep
2929
echo "lto = true" >> Cargo.toml
30-
RUSTFLAGS="-C target-cpu=skylake" cargo build --release --features 'simd-accel pcre2'
30+
RUSTFLAGS="-C target-cpu=skylake" cargo build --release --features pcre2
3131
git checkout Cargo.toml
3232
}
3333

0 commit comments

Comments
 (0)