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