2016-04-30 04:01:29 +08:00
|
|
|
. $topsrcdir/browser/config/mozconfig
|
2013-04-28 07:01:01 +08:00
|
|
|
|
2013-11-18 02:38:57 +08:00
|
|
|
ac_add_options --prefix=/usr
|
2015-12-17 15:38:50 +08:00
|
|
|
ac_add_options --enable-release
|
|
|
|
ac_add_options --enable-gold
|
2015-11-24 12:10:00 +08:00
|
|
|
ac_add_options --enable-pie
|
2016-08-05 17:46:13 +08:00
|
|
|
|
|
|
|
# Rust
|
2016-08-04 03:12:57 +08:00
|
|
|
ac_add_options --enable-rust
|
2016-08-05 17:46:13 +08:00
|
|
|
# Skia engine
|
|
|
|
ac_add_options --enable-skia
|
2013-04-28 22:10:14 +08:00
|
|
|
|
2014-07-31 06:32:42 +08:00
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
|
2013-04-28 07:01:01 +08:00
|
|
|
# System libraries
|
2014-07-31 06:32:42 +08:00
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
2016-08-04 03:12:57 +08:00
|
|
|
ac_add_options --with-system-icu
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-libvpx
|
|
|
|
ac_add_options --enable-system-hunspell
|
2016-04-29 16:44:15 +08:00
|
|
|
ac_add_options --enable-system-sqlite
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --enable-system-ffi
|
2015-12-17 15:38:50 +08:00
|
|
|
# system cairo without layers acceleration results in choppy video playback
|
2016-03-19 13:05:55 +08:00
|
|
|
#ac_add_options --enable-system-cairo
|
2013-05-15 20:07:28 +08:00
|
|
|
ac_add_options --enable-system-pixman
|
2013-04-28 07:01:01 +08:00
|
|
|
ac_add_options --disable-libproxy
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-startup-notification
|
2013-06-27 04:20:00 +08:00
|
|
|
ac_add_options --enable-pulseaudio
|
2015-12-16 11:17:32 +08:00
|
|
|
ac_add_options --enable-ffmpeg
|
2013-04-28 07:01:01 +08:00
|
|
|
ac_add_options --disable-gconf
|
|
|
|
ac_add_options --disable-updater
|
2016-08-04 03:12:57 +08:00
|
|
|
ac_add_options --disable-crashreporter
|
2016-04-30 08:27:35 +08:00
|
|
|
|
|
|
|
# PGO
|
|
|
|
|
2016-08-05 17:46:13 +08:00
|
|
|
mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) pgo-profile-run'
|
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff
|
2016-04-30 08:27:35 +08:00
|
|
|
STRIP_FLAGS="--strip-debug"
|
2016-08-04 03:12:57 +08:00
|
|
|
|
|
|
|
# vim:set ft=sh:
|