Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 . "$topsrcdir/b2g/config/mozconfigs/common"
2 . $topsrcdir/build/macosx/mozconfig.common
4 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
5 ac_add_options --enable-update-packaging
6 ac_add_options --enable-signmar
8 # Nightlies only since this has a cost in performance
9 ac_add_options --enable-js-diagnostics
11 # Needed to enable breakpad in application.ini
12 export MOZILLA_OFFICIAL=1
14 export MOZ_TELEMETRY_REPORTING=1
16 #ac_add_options --with-macbundlename-prefix=Firefox
18 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
19 ac_add_options --enable-warnings-as-errors
21 # B2G Stuff
22 ac_add_options --enable-application=b2g
23 ac_add_options --enable-debug-symbols
24 . "$topsrcdir/build/mozconfig.cache"
25 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
27 GAIADIR=$topsrcdir/gaia
29 # Build simulator xpi and phone tweaks for b2g-desktop
30 FXOS_SIMULATOR=1
32 . "$topsrcdir/b2g/config/mozconfigs/common.override"