зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
15d1bfde66
Коммит
014d677bb3
|
@ -23,7 +23,7 @@ declare_args() {
|
|||
# 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
|
||||
# significantly slow execution.
|
||||
enable_iterator_debugging = !build_with_mozilla
|
||||
enable_iterator_debugging = true
|
||||
}
|
||||
|
||||
# ==============================================
|
||||
|
|
Загрузка…
Ссылка в новой задаче