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: http://git.ipfire.org/?a=commitdiff_plain;h=a8e8e51b14f55515052df5b79fd04bffd98b8362;p=thirdparty%2Fcurl.git NDEBUG should not be defined when CURLDEBUG is --- diff --git a/lib/setup.h b/lib/setup.h index fe1613c112..35370f6738 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 */