summaryrefslogtreecommitdiffstats
path: root/comm/mail/config/mozconfigs/macosx64/nightly
blob: 9923e20766d06298a0d8f4f8059b60c259997c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
. "$topsrcdir/comm/build/mozconfig.comm-sccache"
. "$topsrcdir/comm/mail/config/mozconfigs/macosx64/common-opt"

# Cross-compiled builds fail when dtrace is enabled
if test `uname -s` != Linux; then
  ac_add_options --enable-dtrace
fi

ac_add_options --enable-update-channel="${MOZ_UPDATE_CHANNEL}"
ac_add_options --enable-profiling

. "$topsrcdir/comm/mail/config/mozconfigs/common"