2005-07-18 20:30:35 +00:00
|
|
|
. $topsrcdir/browser/config/mozconfig
|
|
|
|
|
|
|
|
ac_add_options --with-system-zlib
|
2014-01-09 09:56:01 +00:00
|
|
|
ac_add_options --disable-strip
|
2016-07-26 11:06:48 +00:00
|
|
|
#ac_add_options --enable-libnotify
|
2014-05-20 15:44:14 +00:00
|
|
|
ac_add_options --enable-necko-wifi
|
2010-11-12 15:42:39 +00:00
|
|
|
ac_add_options --disable-updater
|
2011-06-21 14:54:10 +00:00
|
|
|
ac_add_options --enable-chrome-format=omni
|
2014-01-09 09:56:01 +00:00
|
|
|
ac_add_options --enable-pulseaudio
|
2020-07-28 17:33:44 +00:00
|
|
|
ac_add_options --enable-av1
|
2019-01-29 09:54:01 +00:00
|
|
|
ac_add_options --without-system-icu
|
2018-11-13 22:47:50 +00:00
|
|
|
ac_add_options --enable-release
|
2018-11-06 08:44:57 +00:00
|
|
|
ac_add_options --update-channel=release
|
2020-03-31 19:27:02 +00:00
|
|
|
ac_add_options --allow-addon-sideload
|
2020-09-25 09:54:11 +00:00
|
|
|
ac_add_options --with-system-fdk-aac
|
2020-11-05 07:12:57 +00:00
|
|
|
ac_add_options --enable-js-shell
|
2021-08-04 07:54:59 +00:00
|
|
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
2021-10-06 07:22:57 +00:00
|
|
|
ac_add_options --without-sysroot
|
2021-12-06 12:12:31 +00:00
|
|
|
ac_add_options --without-wasm-sandboxed-libraries
|
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
|
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
|