Lines 110-116
PCRE2_VARS= CARGO_FEATURES+=pcre2
Link Here
|
110 |
# simd crate uses cfg_target_feature which isn't stable yet, so unlock |
110 |
# simd crate uses cfg_target_feature which isn't stable yet, so unlock |
111 |
# unstable features similar to how lang/rust bootstraps. www/firefox |
111 |
# unstable features similar to how lang/rust bootstraps. www/firefox |
112 |
# uses the same hack when building with --enable-rust-simd. |
112 |
# uses the same hack when building with --enable-rust-simd. |
113 |
SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=1 |
113 |
SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=encoding_rs,packed_simd_2 |
114 |
SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} |
114 |
SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} |
115 |
SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" |
115 |
SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" |
116 |
|
116 |
|