зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1364428 - disable stylo for valgrind builds; r=rillian
This commit is contained in:
Родитель
64a0bd97c8
Коммит
9bd7ba44b3
|
@ -5,6 +5,10 @@ ac_add_options --disable-jemalloc
|
|||
ac_add_options --disable-install-strip
|
||||
ac_add_options --disable-gtest-in-build
|
||||
|
||||
# Rust code gives false positives that we have not entirely suppressed yet.
|
||||
# Bug 1365915 tracks fixing these.
|
||||
ac_add_options --disable-stylo
|
||||
|
||||
# Include the override mozconfig again (even though the above includes it)
|
||||
# since it's supposed to override everything.
|
||||
. "$topsrcdir/build/mozconfig.common.override"
|
||||
|
|
Загрузка…
Ссылка в новой задаче