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