2021-12-30 16:29:33 -05:00
|
|
|
ac_add_options --enable-application=browser
|
|
|
|
|
|
|
|
ac_add_options --allow-addon-sideload
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-debug
|
|
|
|
ac_add_options --disable-default-browser-agent
|
|
|
|
ac_add_options --disable-tests
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
ac_add_options --enable-hardening
|
|
|
|
ac_add_options --enable-optimize
|
|
|
|
ac_add_options --enable-release
|
|
|
|
ac_add_options --enable-rust-simd
|
|
|
|
|
|
|
|
ac_add_options --with-app-name=librewolf
|
|
|
|
ac_add_options --with-branding=browser/branding/librewolf
|
|
|
|
|
|
|
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
|
|
|
|
|
|
|
export MOZ_REQUIRE_SIGNING=
|
|
|
|
|
|
|
|
mk_add_options MOZ_CRASHREPORTER=0
|
|
|
|
mk_add_options MOZ_DATA_REPORTING=0
|
|
|
|
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
|
|
|
|
mk_add_options MOZ_TELEMETRY_REPORTING=0
|
2021-12-30 16:44:09 -05:00
|
|
|
|
2021-12-30 16:52:53 -05:00
|
|
|
# wasi: we ask maintainers to all use this as wasi sysroot..
|
2022-01-01 14:05:31 -05:00
|
|
|
# There is a script 'scripts/setup-wasi-linux.sh' that attempts to download the wasi sdk and place it into the location pointed to below.
|
2021-12-30 16:52:53 -05:00
|
|
|
ac_add_options --with-wasi-sysroot=$HOME/.mozbuild/wrlb/wasi-sysroot
|
|
|
|
|
|
|
|
# Add your own stuff, libraries, architecture, etc..
|
2021-12-30 16:44:09 -05:00
|
|
|
# ex: `cat mozconfig.orig mozconfig.my > mozconfig`
|