commit | ff134ebd3d35ae2edd6eaa63b0a19cb16cc256b7 | [log] [tgz] |
---|---|---|
author | tfarina <tfarina@chromium.org> | Thu Oct 22 23:15:21 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 22 23:15:25 2015 |
tree | ce5bc65933d621b738d9336e02e1eb83fb70599d | |
parent | c80741f8957b537e968397ac54ff5b5df8a2c318 [diff] |
talk: Use NDEBUG macro. NDEBUG is a standard macro with the semantic "Not Debug" for C89, C99, C++98, C++2003, C++2011, C++2014 standards. There are no _DEBUG macros in the standards. _DEBUG is a macro Visual Studio defines when you specify the /MTd or /MDd option. http://stackoverflow.com/a/29253284/5237416 This should help fix the TODO in third_party/libjingle/libjingle.gyp BUG=None R=sergeyu@chromium.org Review URL: https://codereview.webrtc.org/1419733004 Cr-Commit-Position: refs/heads/master@{#10377}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.