2005-07-18 20:30:35 +00:00
|
|
|
. $topsrcdir/browser/config/mozconfig
|
|
|
|
|
2024-06-24 08:50:51 +00:00
|
|
|
ac_add_options --allow-addon-sideload
|
|
|
|
ac_add_options --disable-crashreporter
|
2014-01-09 09:56:01 +00:00
|
|
|
ac_add_options --disable-strip
|
2010-11-12 15:42:39 +00:00
|
|
|
ac_add_options --disable-updater
|
2024-06-24 08:50:51 +00:00
|
|
|
ac_add_options --enable-av1
|
2011-06-21 14:54:10 +00:00
|
|
|
ac_add_options --enable-chrome-format=omni
|
2024-06-24 08:50:51 +00:00
|
|
|
ac_add_options --enable-js-shell
|
|
|
|
ac_add_options --enable-necko-wifi
|
|
|
|
ac_add_options --enable-official-branding
|
2014-01-09 09:56:01 +00:00
|
|
|
ac_add_options --enable-pulseaudio
|
2018-11-13 22:47:50 +00:00
|
|
|
ac_add_options --enable-release
|
2024-06-24 08:50:51 +00:00
|
|
|
ac_add_options --enable-system-ffi
|
2021-10-06 07:22:57 +00:00
|
|
|
ac_add_options --without-sysroot
|
2024-06-24 08:50:51 +00:00
|
|
|
ac_add_options --without-system-icu
|
2022-06-27 08:43:19 +00:00
|
|
|
ac_add_options --without-wasm-sandboxed-libraries
|
2024-06-24 08:50:51 +00:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
2005-07-18 20:30:35 +00:00
|
|
|
|
|
|
|
export BUILD_OFFICIAL=1
|
|
|
|
export MOZILLA_OFFICIAL=1
|
2017-01-17 08:36:20 +00:00
|
|
|
export MOZ_TELEMETRY_REPORTING=1
|
2024-06-24 08:50:51 +00:00
|
|
|
export MOZ_UPDATE_CHANNEL=release
|
|
|
|
export MOZ_APP_REMOTINGNAME=firefox
|
2005-07-18 20:30:35 +00:00
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
2013-12-10 12:52:25 +00:00
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
|