summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/README.chromium
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 03:23:12 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 03:23:12 +0000
commitfb4c6a88fe584d0bc11507023b208a210b80a71f (patch)
tree9c55b51344359cc165a6894ec0db62b75011f5c2 /third_party/libjingle/README.chromium
parent4634dfa6cd9128f1aad2b455a43e802ad82510a5 (diff)
downloadchromium_src-fb4c6a88fe584d0bc11507023b208a210b80a71f.zip
chromium_src-fb4c6a88fe584d0bc11507023b208a210b80a71f.tar.gz
chromium_src-fb4c6a88fe584d0bc11507023b208a210b80a71f.tar.bz2
Use NDEBUG instead of _DEBUG for libjingle. This makes it so that debug code is used on non-Windows platforms, too.
BUG=31255 TEST=trybots Review URL: http://codereview.chromium.org/542004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r--third_party/libjingle/README.chromium2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium
index 5b177c8..fcfd15d 100644
--- a/third_party/libjingle/README.chromium
+++ b/third_party/libjingle/README.chromium
@@ -43,3 +43,5 @@ Local Modifications:
* Added a CreateSSLAdapter() function to SocketFactory to allow SSL
adapter creation behavior to be overridden.
* Improved handling and error-checking of SSL adapters.
+ * Changed uses of Windows-only debug variable _DEBUG to use the
+ cross-platform NDEBUG variable instead. \ No newline at end of file