firefox/firefox-mozconfig

27 lines
862 B
Plaintext
Raw Normal View History

. $topsrcdir/browser/config/mozconfig
ac_add_options --with-system-zlib
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
ac_add_options --disable-updater
2011-06-21 16:54:10 +02:00
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --enable-av1
2019-01-29 10:54:01 +01:00
ac_add_options --without-system-icu
ac_add_options --enable-release
ac_add_options --update-channel=release
ac_add_options --allow-addon-sideload
2020-09-25 11:54:11 +02:00
ac_add_options --with-system-fdk-aac
ac_add_options --enable-js-shell
ac_add_options --with-unsigned-addon-scopes=app,system
2021-10-06 09:22:57 +02:00
ac_add_options --without-sysroot
ac_add_options --without-wasm-sandboxed-libraries
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
2017-01-17 09:36:20 +01:00
export MOZ_TELEMETRY_REPORTING=1
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