2013-06-05 17:59:32 +00:00
|
|
|
. "$topsrcdir/browser/config/mozconfigs/macosx-universal/common-opt"
|
2011-07-05 20:49:22 +00:00
|
|
|
|
|
|
|
ac_add_options --disable-install-strip
|
2015-04-28 02:37:32 +00:00
|
|
|
ac_add_options --enable-verify-mar
|
2012-06-12 23:53:39 +00:00
|
|
|
ac_add_options --enable-profiling
|
2012-01-21 20:40:37 +00:00
|
|
|
ac_add_options --enable-instruments
|
|
|
|
ac_add_options --enable-dtrace
|
2011-07-05 20:49:22 +00:00
|
|
|
|
2014-10-28 18:59:17 +00:00
|
|
|
if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
|
2011-10-27 17:27:56 +00:00
|
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
2014-10-31 19:40:59 +00:00
|
|
|
fi
|
2012-01-06 17:17:44 +00:00
|
|
|
|
2015-05-28 14:03:23 +00:00
|
|
|
ac_add_options --with-branding=browser/branding/nightly
|
|
|
|
|
2016-02-01 15:20:57 +00:00
|
|
|
. "$topsrcdir/build/mozconfig.rust"
|
2012-09-05 19:10:21 +00:00
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
2015-07-10 02:04:39 +00:00
|
|
|
. "$topsrcdir/build/mozconfig.cache"
|