1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/win32/common-opt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# This file is sourced by the nightly, beta, and release mozconfigs. 1.5 + 1.6 +. "$topsrcdir/browser/config/mozconfigs/common" 1.7 + 1.8 +ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} 1.9 +ac_add_options --enable-update-packaging 1.10 +ac_add_options --enable-jemalloc 1.11 +if [ -f /c/builds/gapi.data ]; then 1.12 + _gapi_keyfile=/c/builds/gapi.data 1.13 +else 1.14 + _gapi_keyfile=/e/builds/gapi.data 1.15 +fi 1.16 +ac_add_options --with-google-api-keyfile=${_gapi_keyfile} 1.17 + 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 +if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then 1.25 + . $topsrcdir/build/win32/mozconfig.vs2010-win64 1.26 +else 1.27 + . $topsrcdir/build/win32/mozconfig.vs2010 1.28 +fi 1.29 + 1.30 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS. 1.31 +ac_add_options --enable-warnings-as-errors 1.32 + 1.33 +# Package js shell. 1.34 +export MOZ_PACKAGE_JSSHELL=1