summaryrefslogtreecommitdiffstats
path: root/comm/mail/config/mozconfigs/win64/nightly-asan
blob: 8928b540fb13a896793d09c68d777499f20bf476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. "$topsrcdir/comm/build/mozconfig.comm-sccache"
. "$topsrcdir/build/mozconfig.win-common"
. "$topsrcdir/build/mozconfig.common"
. "$topsrcdir/comm/mail/config/mozconfigs/win64/common-win64"

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

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

export MOZ_PACKAGE_JSSHELL=1
export MOZ_PKG_SPECIAL=asan

# Disable telemetry
ac_add_options MOZ_TELEMETRY_REPORTING=

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