Skip to content

Commit

Permalink
firefox: --without-wasm-sandboxed-libraries
Browse files Browse the repository at this point in the history
From [Linux From Scratch][1]:

> Using sandboxed wasm libraries has been moved to all builds instead of
> only mozilla automation builds. It requires extra llvm packages and
> was reported to seriously slow the build. Disable it.

[Fedora is doing the same][2], and [*Firefox 95 on POWER*][3] contains
instructions on how to get it to work.

[1]: https://www.linuxfromscratch.org/blfs/view/svn/xsoft/firefox.html
[2]: https://src.fedoraproject.org/rpms/firefox/blob/rawhide/f/firefox-mozconfig
[3]: https://www.talospace.com/2021/12/firefox-95-on-power.html
  • Loading branch information
pmenzel committed Jul 4, 2022
1 parent 39420fa commit 2ccf97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ mee_configure() {
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
ac_add_options --enable-bootstrap
ac_add_options --without-wasm-sandboxed-libraries
mk_add_options MOZ_MAKE_FLAGS="${BEE_MAKEFLAGS}"
mk_add_options MOZ_OBJDIR=$B
EOF
Expand Down

0 comments on commit 2ccf97e

Please sign in to comment.