1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/b2g/config/mozconfigs/linux64_gecko/debug Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +. "$topsrcdir/b2g/config/mozconfigs/common" 1.5 +. "$topsrcdir/build/unix/mozconfig.linux" 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 +ac_add_options --enable-debug 1.11 + 1.12 +# Nightlies only since this has a cost in performance 1.13 +#ac_add_options --enable-js-diagnostics 1.14 + 1.15 +# This will overwrite the default of stripping everything and keep the symbol table. 1.16 +# This is useful for profiling and debugging and only increases the package size 1.17 +# by 2 MBs. 1.18 +STRIP_FLAGS="--strip-debug" 1.19 + 1.20 +# Needed to enable breakpad in application.ini 1.21 +export MOZILLA_OFFICIAL=1 1.22 + 1.23 +export MOZ_TELEMETRY_REPORTING=1 1.24 + 1.25 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS. 1.26 +# DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors 1.27 + 1.28 +# Use sccache 1.29 +no_sccache= 1.30 +. "$topsrcdir/build/mozconfig.cache" 1.31 + 1.32 +#B2G options 1.33 +ac_add_options --enable-application=b2g 1.34 +ENABLE_MARIONETTE=1 1.35 +ac_add_options --disable-elf-hack 1.36 +export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP 1.37 + 1.38 +GAIADIR=$topsrcdir/gaia 1.39 + 1.40 +. "$topsrcdir/b2g/config/mozconfigs/common.override"