1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/linux32/debug Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +ac_add_options --enable-debug 1.5 +ac_add_options --enable-trace-malloc 1.6 +ac_add_options --enable-signmar 1.7 + 1.8 +ac_add_options --disable-unified-compilation 1.9 + 1.10 +MOZ_AUTOMATION_L10N_CHECK=0 1.11 + 1.12 +. $topsrcdir/build/unix/mozconfig.linux32 1.13 + 1.14 +# Needed to enable breakpad in application.ini 1.15 +export MOZILLA_OFFICIAL=1 1.16 + 1.17 +#Use ccache 1.18 +. "$topsrcdir/build/mozconfig.cache" 1.19 + 1.20 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS. 1.21 +ac_add_options --enable-warnings-as-errors 1.22 + 1.23 +# Package js shell. 1.24 +export MOZ_PACKAGE_JSSHELL=1 1.25 + 1.26 +. "$topsrcdir/build/mozconfig.common.override"