1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2026-05-21 16:35:49 +02:00
Files
ripgrep/compile
T

5 lines
99 B
Bash
Raw Normal View History

2016-09-01 21:56:23 -04:00
#!/bin/sh
export RUSTFLAGS="-C target-feature=+ssse3"
cargo build --release --features simd-accel