diff options
Diffstat (limited to 'comm/mail/config/mozconfigs/win64/nightly-asan-reporter')
-rw-r--r-- | comm/mail/config/mozconfigs/win64/nightly-asan-reporter | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comm/mail/config/mozconfigs/win64/nightly-asan-reporter b/comm/mail/config/mozconfigs/win64/nightly-asan-reporter new file mode 100644 index 0000000000..9ee02c58f4 --- /dev/null +++ b/comm/mail/config/mozconfigs/win64/nightly-asan-reporter @@ -0,0 +1,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" |