diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-17 11:33:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-17 11:33:14 +0000 |
commit | a8e8e51b14f55515052df5b79fd04bffd98b8362 (patch) | |
tree | 49ceed94619ca7447c9bcf21cdb430de4a99ee86 | |
parent | f97d194934ed51a1be518c8e101baf235bbb1043 (diff) |
NDEBUG should not be defined when CURLDEBUG is
-rw-r--r-- | lib/setup.h | 1 |
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 */ |