mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-02-04 06:08:39 +02:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export RUSTFLAGS="-C target-feature=+ssse3"
|
|
cargo build --release --features simd-accel
|