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