aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/cfstream_handle.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-31 16:32:48 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-31 17:41:09 -0700
commitd810bdc00f4d5b21328d1a8c2b6d5abe5b3e7c7d (patch)
tree96dcbd9b85611eb721369765776d64c43525638b /src/core/lib/iomgr/cfstream_handle.h
parenta8709ae0497c7d5a0e87931aa5d1b5bb63a6172b (diff)
Address comments on build systems
Diffstat (limited to 'src/core/lib/iomgr/cfstream_handle.h')
-rw-r--r--src/core/lib/iomgr/cfstream_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/cfstream_handle.h b/src/core/lib/iomgr/cfstream_handle.h
index 1071120200..9e07dfb60a 100644
--- a/src/core/lib/iomgr/cfstream_handle.h
+++ b/src/core/lib/iomgr/cfstream_handle.h
@@ -67,7 +67,7 @@ class CFStreamHandle final {
gpr_refcount refcount_;
};
-#ifndef NDEBUG
+#ifdef DEBUG
#define CFSTREAM_HANDLE_REF(handle, reason) \
(handle)->Ref(__FILE__, __LINE__, (reason))
#define CFSTREAM_HANDLE_UNREF(handle, reason) \