Bug 1700426 - Disable crashreporter for fuzzing-coverage-opt. r=decoder

Differential Revision: https://phabricator.services.mozilla.com/D109551
This commit is contained in:
Jesse Schwartzentruber 2021-03-24 12:52:51 +00:00
Родитель 0cfa8ecb47
Коммит 071de6fead
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -3,5 +3,10 @@
ac_add_options --enable-debug-symbols=-g1
ac_add_options --enable-fuzzing
# 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
# gold is required for libFuzzer to work properly
ac_add_options --enable-linker=gold