. "$topsrcdir/build/mozconfig.win-common"
. "$topsrcdir/build/mozconfig.common"
. "$topsrcdir/comm/mail/config/mozconfigs/win64/common-win64"

ac_add_options --enable-update-channel="${MOZ_UPDATE_CHANNEL}"

export MOZILLA_OFFICIAL=1

ac_add_options --disable-debug
ac_add_options --enable-optimize="-O2 -gline-tables-only"
ac_add_options --enable-address-sanitizer-reporter

. "$topsrcdir/build/win64/mozconfig.asan"

export MOZ_PKG_SPECIAL=asan-reporter

# Sandboxing is currently not compatible with the way the ASan reporter works
ac_add_options --disable-sandbox

. "$topsrcdir/comm/mail/config/mozconfigs/common"
