Andrew Gallant 0a5beddafc
bench: slim down compile script
Some of the other regex implementations appear to be having trouble
compiling. This disables those for now.
2019-07-04 10:18:08 -04:00

7 lines
130 B
Bash
Executable File

#!/bin/sh
exec cargo build \
--release \
--features 're-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl' \
"$@"