We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7280ca commit 2da1c5bCopy full SHA for 2da1c5b
bench/compile
@@ -1,8 +1,5 @@
1
#!/bin/sh
2
3
-# Enable SIMD.
4
-export RUSTFLAGS="-C target-cpu=native"
5
-
6
exec cargo build \
7
--release \
8
--features 're-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl re-dphobos-dmd re-dphobos-ldc' \
bench/run
@@ -9,11 +9,6 @@ if [ $# = 0 ] || [ $1 = '-h' ] || [ $1 = '--help' ]; then
9
usage
10
fi
11
12
-# Enable SIMD, unless we're in CI, then we inherit RUSTLFAGS.
13
-if [ -z "$TRAVIS_RUST_VERSION" ]; then
14
- export RUSTFLAGS="-C target-cpu=native"
15
-fi
16
17
which="$1"
18
shift
19
case $which in
0 commit comments