. "$topsrcdir/comm/build/mozconfig.comm-sccache"

# We still need to build with debug symbols
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O2 -gline-tables-only"

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

# ASan specific options on Linux
ac_add_options --enable-valgrind

. "$topsrcdir/build/unix/mozconfig.asan"
ac_add_options --disable-elf-hack

export DUMP_SYMS="${MOZ_FETCHES_DIR}/dump_syms/dump_syms"

# Piggybacking UBSan for now since only a small subset of checks are enabled.
# A new build can be created when appropriate.
ac_add_options --enable-undefined-sanitizer

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1

# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan
