Bug 1494316 - Set enable_iterator_debugging; r=dmajor

This flag is not required and causes problems with mingw builds.

Differential Revision: https://phabricator.services.mozilla.com/D7101

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dan Minor 2018-09-27 17:41:34 +00:00
Родитель 15d1bfde66
Коммит 014d677bb3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -23,7 +23,7 @@ declare_args() {
# introduce extra locking to check the state of an iterator against the state # introduce extra locking to check the state of an iterator against the state
# of the current object. For iterator- and thread-heavy code, this can # of the current object. For iterator- and thread-heavy code, this can
# significantly slow execution. # significantly slow execution.
enable_iterator_debugging = !build_with_mozilla enable_iterator_debugging = true
} }
# ============================================== # ==============================================