From 014d677bb3af3a1d2f9094738de785c081c96beb Mon Sep 17 00:00:00 2001 From: Dan Minor Date: Thu, 27 Sep 2018 17:41:34 +0000 Subject: [PATCH] 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 --- media/webrtc/trunk/build/config/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/webrtc/trunk/build/config/BUILD.gn b/media/webrtc/trunk/build/config/BUILD.gn index acfc1882c527..35bba745489e 100644 --- a/media/webrtc/trunk/build/config/BUILD.gn +++ b/media/webrtc/trunk/build/config/BUILD.gn @@ -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 } # ==============================================