0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

add mozconfig.new.without-bootstrap

This commit is contained in:
Malte Jürgens 2022-07-23 14:10:40 +02:00
parent 4f4ec55534
commit ef94f420cb
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
3 changed files with 8 additions and 5 deletions

View file

@ -10,7 +10,6 @@ ac_add_options --enable-hardening
ac_add_options --enable-optimize
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options --enable-bootstrap
ac_add_options --with-app-name=librewolf
ac_add_options --with-branding=browser/branding/librewolf
@ -19,6 +18,8 @@ ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --with-l10n-base=$PWD/browser/locales/l10n
ac_add_options --enable-bootstrap
export MOZ_REQUIRE_SIGNING=
mk_add_options MOZ_CRASHREPORTER=0

View file

@ -16,6 +16,8 @@ ac_add_options --with-branding=browser/branding/librewolf
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --with-l10n-base=$PWD/browser/locales/l10n
export MOZ_REQUIRE_SIGNING=
mk_add_options MOZ_CRASHREPORTER=0
@ -23,5 +25,5 @@ mk_add_options MOZ_DATA_REPORTING=0
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
mk_add_options MOZ_TELEMETRY_REPORTING=0
# without wasi
ac_add_options --without-wasm-sandboxed-libraries
# Add your own stuff, libraries, architecture, etc..
# ex: `cat mozconfig.orig mozconfig.my > mozconfig`

View file

@ -37,8 +37,8 @@ export MOZ_REQUIRE_SIGNING=
# branding..
ac_add_options --with-branding=browser/branding/librewolf
# disable sandboxed wasm libraries. this is temporary as we probably want this
ac_add_options --without-wasm-sandboxed-libraries
# This is needed for the sandboxed wasm libraries. If you already have them installed, you can remove this.
ac_add_options --enable-bootstrap
# this setting kills windows, but that's ok for now
# the problem with windows is probably somewhere in the theme files