blob: e0d9d0f178075d7f824afdcd789269c22b4c190b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
. "$topsrcdir/browser/config/mozconfigs/win64/nightly-asan"
# Disable telemetry
ac_add_options MOZ_TELEMETRY_REPORTING=
ac_add_options --disable-crashreporter
ac_add_options --enable-fuzzing
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan-fuzzing
. "$topsrcdir/build/mozconfig.common.override"
|