bench: slim down compile script

Some of the other regex implementations appear to be having trouble
compiling. This disables those for now.
This commit is contained in:
Andrew Gallant
2019-07-04 10:18:08 -04:00
parent 930a7e0fb6
commit 95ca8ec2ab
+1 -1
View File
@@ -2,5 +2,5 @@
exec cargo build \
--release \
--features 're-stdcpp re-boost re-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl re-dphobos-dmd re-dphobos-ldc' \
--features 're-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl' \
"$@"