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:
parent
8e93fa0e7f
commit
ae2d036dd4
8
compile
8
compile
@ -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
|
Loading…
Reference in New Issue
Block a user