From: Daniel Stenberg Date: Sat, 17 Apr 2004 11:33:14 +0000 (+0000) Subject: NDEBUG should not be defined when CURLDEBUG is X-Git-Tag: curl-7_11_2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8e8e51b14f55515052df5b79fd04bffd98b8362;p=curl NDEBUG should not be defined when CURLDEBUG is --- 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 */