diff options
Diffstat (limited to 'third_party/libjingle')
-rw-r--r-- | third_party/libjingle/libjingle.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp index bcf8eb8..96d9104 100644 --- a/third_party/libjingle/libjingle.gyp +++ b/third_party/libjingle/libjingle.gyp @@ -10,6 +10,9 @@ '_USE_32BIT_TIME_T', 'SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS', 'EXPAT_RELATIVE_PATH', + # TODO(sergeyu): Fix libjingle to use NDEBUG instead of + # _DEBUG and remove this define. See below as well. + '_DEBUG', ], 'include_dirs': [ './overrides', @@ -77,7 +80,7 @@ 'Debug': { 'defines': [ # TODO(sergeyu): Fix libjingle to use NDEBUG instead of - # _DEBUG and remove this define. + # _DEBUG and remove this define. See above as well. '_DEBUG', ], } |