mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
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:
parent
5ec9524179
commit
6c48a4ff36
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user