diff --git a/build/mozconfig.rust b/build/mozconfig.rust index d4a601655cf9..cf82d4037edc 100644 --- a/build/mozconfig.rust +++ b/build/mozconfig.rust @@ -5,3 +5,5 @@ TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir} # Tell configure to use the tooltool rustc. RUSTC="$TOOLTOOL_DIR/rustc/bin/rustc" CARGO="$TOOLTOOL_DIR/rustc/bin/cargo" + +ac_add_options --enable-rust-simd