ac_add_options --enable-application=mail
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-tests

# Jemalloc gets disabled if trace-malloc is on, so don't bother enabling it here
#ac_add_options --enable-jemalloc

ac_add_options --enable-trace-malloc

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

# For NSS symbols
export MOZ_DEBUG_SYMBOLS=1

if [ -f $topsrcdir/mozconfig-extra ] ; then
  . $topsrcdir/mozconfig-extra
fi
if [ -f $topsrcdir/mozconfig-extra-win32 ] ; then
  . $topsrcdir/mozconfig-extra-win32
fi
