summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/win64/debug-fuzzing
blob: a4d6931fe041cd00ef7ad92adc35f2400d98fa8c (plain)
1
2
3
4
5
6
7
8
9
10
11
. "$topsrcdir/browser/config/mozconfigs/win64/debug"

# Disable telemetry. All network activity is undesirable in fuzzing.
ac_add_options MOZ_TELEMETRY_REPORTING=

ac_add_options --enable-fuzzing

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

. "$topsrcdir/build/mozconfig.common.override"