b2g/config/mozconfigs/macosx64_gecko/nightly

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/b2g/config/mozconfigs/macosx64_gecko/nightly	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +. "$topsrcdir/b2g/config/mozconfigs/common"
     1.5 +. $topsrcdir/build/macosx/mozconfig.common
     1.6 +
     1.7 +ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
     1.8 +ac_add_options --enable-update-packaging
     1.9 +ac_add_options --enable-signmar
    1.10 +
    1.11 +# Nightlies only since this has a cost in performance
    1.12 +ac_add_options --enable-js-diagnostics
    1.13 +
    1.14 +# Needed to enable breakpad in application.ini
    1.15 +export MOZILLA_OFFICIAL=1
    1.16 +
    1.17 +export MOZ_TELEMETRY_REPORTING=1
    1.18 +
    1.19 +#ac_add_options --with-macbundlename-prefix=Firefox
    1.20 +
    1.21 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
    1.22 +ac_add_options --enable-warnings-as-errors
    1.23 +
    1.24 +# B2G Stuff
    1.25 +ac_add_options --enable-application=b2g
    1.26 +ac_add_options --enable-debug-symbols
    1.27 +. "$topsrcdir/build/mozconfig.cache"
    1.28 +export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
    1.29 +
    1.30 +GAIADIR=$topsrcdir/gaia
    1.31 +
    1.32 +# Build simulator xpi and phone tweaks for b2g-desktop
    1.33 +FXOS_SIMULATOR=1
    1.34 +
    1.35 +. "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial