Chromium Code Reviews

Unified Diff: talk/build/common.gypi

Issue 1419733004: talk: Use NDEBUG macro. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « talk/app/webrtc/objc/public/RTCLogging.h ('k') | talk/media/base/videoframe_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/build/common.gypi
diff --git a/talk/build/common.gypi b/talk/build/common.gypi
index 36a96c5c5585de327b4f80d2382116f19bcc65e1..6f9706e2ffc9a04ddb1c2e72f38faea006b05a3a 100644
--- a/talk/build/common.gypi
+++ b/talk/build/common.gypi
@@ -149,6 +149,11 @@
'_DEBUG',
],
},
+ 'Release_Base': {
+ 'defines': [
+ 'NDEBUG',
Sergey Ulanov 2015/10/22 21:18:05 I don't think you need this. build/common.gypi alr
tfarina 2015/10/22 22:09:28 Removed. I can add it back if needed. I assume tha
Sergey Ulanov 2015/10/22 22:39:58 There is build/common.gypi in webrtc and it define
tfarina 2015/10/22 22:55:22 I don't see one in webrtc/build/common.gypi.
+ ],
+ }
},
'defines': [
'HASH_NAMESPACE=__gnu_cxx',
« no previous file with comments | « talk/app/webrtc/objc/public/RTCLogging.h ('k') | talk/media/base/videoframe_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine