diff options
author | B. Stack <bgstack15@gmail.com> | 2021-12-15 08:26:34 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-12-15 08:26:34 -0500 |
commit | 2cb4bce1ae7cd8b6e6994e59cea66437441ee0b7 (patch) | |
tree | cdfaab36e9f5721675311268f3f03f7cfa1f0606 | |
parent | fix pgo.patch (diff) | |
download | librewolf-fedora-ff-b95.0-1.tar.gz librewolf-fedora-ff-b95.0-1.tar.bz2 librewolf-fedora-ff-b95.0-1.zip |
use fedora mozconfig for disabled wasmb95.0-1
-rw-r--r-- | firefox-mozconfig | 1 |
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 |