mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
NDEBUG should not be defined when CURLDEBUG is
This commit is contained in:
parent
f97d194934
commit
a8e8e51b14
@ -134,7 +134,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
|
#if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
|
||||||
#define NDEBUG
|
|
||||||
#define curlassert(x) assert(x)
|
#define curlassert(x) assert(x)
|
||||||
#else
|
#else
|
||||||
/* does nothing without CURLDEBUG defined */
|
/* does nothing without CURLDEBUG defined */
|
||||||
|
Loading…
Reference in New Issue
Block a user