Bug 1364428 - disable stylo for valgrind builds; r=rillian

This commit is contained in:
Nathan Froyd 2017-05-18 18:39:39 -04:00
Родитель 64a0bd97c8
Коммит 9bd7ba44b3
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -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"