]> granicus.if.org Git - curl/commitdiff
NDEBUG should not be defined when CURLDEBUG is
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 Apr 2004 11:33:14 +0000 (11:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Apr 2004 11:33:14 +0000 (11:33 +0000)
lib/setup.h

index fe1613c112304f1e2cdbcb0608f6ada8187b0ae5..35370f6738b0dce1d89a4b92a63a941de2961653 100644 (file)
@@ -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 */