We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6507760 commit f54f43dCopy full SHA for f54f43d
textproc/ripgrep/Makefile
@@ -133,7 +133,7 @@ PCRE2_VARS= CARGO_FEATURES+=pcre2
133
# unstable features similar to how lang/rust bootstraps. www/firefox
134
# uses the same hack when building with --enable-rust-simd.
135
SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=1
136
-SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}}
+SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}${PORT_OPTIONS:MAVX}}
137
SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2"
138
139
post-patch:
0 commit comments