зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1700426 - Disable crashreporter for fuzzing-coverage-opt. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D109551
This commit is contained in:
Родитель
0cfa8ecb47
Коммит
071de6fead
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче