Bug 1649062 - Disable the crash reporter in debug fuzzing builds. r=truber,tsmith

Differential Revision: https://phabricator.services.mozilla.com/D81488
This commit is contained in:
Christian Holler 2020-07-07 10:24:26 +00:00
parent 5ec9524179
commit 6c48a4ff36

View File

@ -15,6 +15,13 @@ unset MOZ_STDCXX_COMPAT
# Hence we need to disable jemalloc until bug 1435148 is fully resolved.
ac_add_options --disable-jemalloc
# Also, for consistency we disable the crash reporter and solely rely
# on libFuzzer to provide stacks both in the browser fuzzing case as
# well as for libFuzzer targets. See also bug 1649062.
ac_add_options --disable-crashreporter
ac_add_options --disable-install-strip
ac_add_options --enable-optimize="-O2 -gline-tables-only"
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=fuzzing