aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-17 11:33:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-17 11:33:14 +0000
commita8e8e51b14f55515052df5b79fd04bffd98b8362 (patch)
tree49ceed94619ca7447c9bcf21cdb430de4a99ee86
parentf97d194934ed51a1be518c8e101baf235bbb1043 (diff)
NDEBUG should not be defined when CURLDEBUG is
-rw-r--r--lib/setup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index fe1613c11..35370f673 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -134,7 +134,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
#endif
#if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
-#define NDEBUG
#define curlassert(x) assert(x)
#else
/* does nothing without CURLDEBUG defined */