summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/libjingle/libjingle.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 96d9104..bcf8eb8 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -10,9 +10,6 @@
'_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',
@@ -80,7 +77,7 @@
'Debug': {
'defines': [
# TODO(sergeyu): Fix libjingle to use NDEBUG instead of
- # _DEBUG and remove this define. See above as well.
+ # _DEBUG and remove this define.
'_DEBUG',
],
}