summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-15 08:26:34 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-15 08:26:34 -0500
commit2cb4bce1ae7cd8b6e6994e59cea66437441ee0b7 (patch)
treecdfaab36e9f5721675311268f3f03f7cfa1f0606
parentfix pgo.patch (diff)
downloadlibrewolf-fedora-ff-2cb4bce1ae7cd8b6e6994e59cea66437441ee0b7.tar.gz
librewolf-fedora-ff-2cb4bce1ae7cd8b6e6994e59cea66437441ee0b7.tar.bz2
librewolf-fedora-ff-2cb4bce1ae7cd8b6e6994e59cea66437441ee0b7.zip
use fedora mozconfig for disabled wasmb95.0-1
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
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
bgstack15