Descriptiontalk: 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
Committed: https://crrev.com/ff134ebd3d35ae2edd6eaa63b0a19cb16cc256b7
Cr-Commit-Position: refs/heads/master@{#10377}
Patch Set 1 #
Total comments: 4
Patch Set 2 : review #
Messages
Total messages: 16 (5 generated)
|