2014-04-15 14:51:35 -07:00
|
|
|
. "$topsrcdir/b2g/config/mozconfigs/common"
|
2014-04-29 14:06:09 -07:00
|
|
|
|
|
|
|
# Use sccache
|
|
|
|
no_sccache=
|
|
|
|
|
2012-09-05 12:09:50 -07:00
|
|
|
. $topsrcdir/build/macosx/mozconfig.common
|
2012-08-17 07:14:21 -07:00
|
|
|
|
2012-06-04 10:36:07 -07:00
|
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
|
|
ac_add_options --enable-update-packaging
|
|
|
|
ac_add_options --enable-signmar
|
|
|
|
|
|
|
|
# Nightlies only since this has a cost in performance
|
|
|
|
ac_add_options --enable-js-diagnostics
|
|
|
|
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
|
|
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
|
|
|
|
#ac_add_options --with-macbundlename-prefix=Firefox
|
|
|
|
|
|
|
|
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
|
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
|
|
|
|
# B2G Stuff
|
|
|
|
ac_add_options --enable-application=b2g
|
|
|
|
ac_add_options --enable-debug-symbols
|
|
|
|
export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
|
2012-09-05 12:10:21 -07:00
|
|
|
|
2012-09-24 12:50:53 -07:00
|
|
|
GAIADIR=$topsrcdir/gaia
|
|
|
|
|
2014-04-07 23:23:00 -07:00
|
|
|
# Build simulator xpi and phone tweaks for b2g-desktop
|
|
|
|
FXOS_SIMULATOR=1
|
|
|
|
|
2012-09-05 12:10:21 -07:00
|
|
|
. "$topsrcdir/b2g/config/mozconfigs/common.override"
|