1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/b2g/config/mozconfigs/macosx64_gecko/debug 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 +ac_add_options --enable-debug 1.28 +ac_add_options --with-ccache 1.29 +ENABLE_MARIONETTE=1 1.30 + 1.31 +export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP 1.32 + 1.33 +GAIADIR=$topsrcdir/gaia 1.34 + 1.35 +. "$topsrcdir/b2g/config/mozconfigs/common.override"