1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/win32/debug Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +. "$topsrcdir/build/mozconfig.win-common" 1.5 +MOZ_AUTOMATION_L10N_CHECK=0 1.6 +. "$topsrcdir/browser/config/mozconfigs/common" 1.7 + 1.8 +ac_add_options --enable-debug 1.9 +ac_add_options --enable-trace-malloc 1.10 +ac_add_options --enable-signmar 1.11 + 1.12 +# Needed to enable breakpad in application.ini 1.13 +export MOZILLA_OFFICIAL=1 1.14 + 1.15 +if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then 1.16 + . $topsrcdir/build/win32/mozconfig.vs2010-win64 1.17 +else 1.18 + . $topsrcdir/build/win32/mozconfig.vs2010 1.19 +fi 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 +# Package js shell. 1.25 +export MOZ_PACKAGE_JSSHELL=1 1.26 + 1.27 +. "$topsrcdir/build/mozconfig.cache" 1.28 + 1.29 +. "$topsrcdir/build/mozconfig.common.override"