summaryrefslogtreecommitdiffstats
path: root/comm/mail/config/mozconfigs/win64/nightly-asan-reporter
blob: 9ee02c58f40fb16a0d5dc9cd0dbc7e264f27ac22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
. "$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"