1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

build: remove compile script

This script has only ever intended to be a convenience to me to compile
ripgrep. It is otherwise a distraction, so remove it.
This commit is contained in:
Andrew Gallant 2018-02-10 10:31:31 -05:00
parent 8e93fa0e7f
commit ae2d036dd4

View File

@ -1,8 +0,0 @@
#!/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