2013-04-28 07:01:01 +08:00
|
|
|
. $topsrcdir/browser/config/mozconfig
|
|
|
|
|
2013-04-28 22:10:14 +08:00
|
|
|
# Extra path
|
2013-11-18 02:38:57 +08:00
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --libdir=/usr/lib
|
2013-04-28 22:10:14 +08:00
|
|
|
|
2013-04-28 07:01:01 +08:00
|
|
|
# System libraries
|
2013-05-15 20:07:28 +08:00
|
|
|
#ac_add_options --with-system-nspr
|
|
|
|
#ac_add_options --with-system-nss
|
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-png
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-libvpx
|
|
|
|
ac_add_options --enable-system-hunspell
|
2013-12-21 17:22:28 +08:00
|
|
|
ac_add_options --enable-system-sqlite
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --enable-system-ffi
|
|
|
|
#ac_add_options --enable-system-cairo
|
|
|
|
ac_add_options --enable-system-pixman
|
2013-04-28 07:01:01 +08:00
|
|
|
ac_add_options --enable-gstreamer
|
|
|
|
ac_add_options --disable-libproxy
|
|
|
|
ac_add_options --with-pthreads
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
ac_add_options --enable-safe-browsing
|
|
|
|
ac_add_options --enable-startup-notification
|
2013-06-27 04:20:00 +08:00
|
|
|
ac_add_options --enable-pulseaudio
|
2013-04-28 07:01:01 +08:00
|
|
|
|
|
|
|
ac_add_options --disable-gio
|
|
|
|
ac_add_options --disable-gconf
|
|
|
|
ac_add_options --disable-gnomevfs
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
2013-12-21 17:22:28 +08:00
|
|
|
#ac_add_options --disable-tests #Enabled for PDO
|
2013-04-28 07:01:01 +08:00
|
|
|
ac_add_options --disable-mochitest
|
|
|
|
ac_add_options --disable-installer
|
2013-12-21 17:22:28 +08:00
|
|
|
ac_add_options --disable-debug-symbols
|
2013-04-28 07:01:01 +08:00
|
|
|
|
|
|
|
# Optimization
|
|
|
|
ac_add_options --enable-optimize
|
|
|
|
|
2013-12-21 17:22:28 +08:00
|
|
|
# PGO
|
|
|
|
mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) pgo-profile-run'
|
|
|
|
|
2013-04-28 07:01:01 +08:00
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff
|
|
|
|
|
|
|
|
export BUILD_OFFICIAL=1
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|