We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848c351 commit c577ca0Copy full SHA for c577ca0
archlinuxcn/ripgrep-skylake-git/PKGBUILD
@@ -27,7 +27,7 @@ pkgver () {
27
build () {
28
cd ripgrep
29
echo "lto = true" >> Cargo.toml
30
- RUSTFLAGS="-C target-cpu=skylake" cargo build --release --features 'simd-accel pcre2'
+ RUSTFLAGS="-C target-cpu=skylake" cargo build --release --features pcre2
31
git checkout Cargo.toml
32
}
33
0 commit comments