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