chore: Enable WebAssembly SIMD support in common mozconfig and disable unnecessary features in Linux mozconfig

This commit is contained in:
Mauro Balades
2024-08-15 18:54:09 +02:00
parent f6e486ba17
commit bd28d7439e
2 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-linker=lld
ac_add_options --disable-elf-hack
ac_add_options --disable-gpsd
ac_add_options --disable-necko-wifi
ac_add_options --enable-install-strip
ac_add_options --enable-strip
export STRIP_FLAGS="--strip-debug --strip-unneeded"