From 2cb4bce1ae7cd8b6e6994e59cea66437441ee0b7 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 15 Dec 2021 08:26:34 -0500 Subject: use fedora mozconfig for disabled wasm --- firefox-mozconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox-mozconfig b/firefox-mozconfig index 103bf15..90dfccf 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -16,6 +16,7 @@ ac_add_options --with-system-fdk-aac ac_add_options --enable-js-shell ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --without-sysroot +ac_add_options --without-wasm-sandboxed-libraries export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 -- cgit