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', |