mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-14 16:39:56 +00:00
bench: remove RUSTFLAGS
We no longer need to enable SIMD optimizations at compile time. They are automatically enabled when regex is compiled with the `unstable` feature.
This commit is contained in:
parent
f962ddbff0
commit
361459c27f
@ -1,8 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Enable SIMD.
|
||||
export RUSTFLAGS="-C target-cpu=native"
|
||||
|
||||
exec cargo build \
|
||||
--release \
|
||||
--features 're-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl re-dphobos-dmd re-dphobos-ldc' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user