mirror of
https://github.com/curl/curl.git
synced 2026-08-07 01:48:48 +03:00
NDEBUG should not be defined when CURLDEBUG is
This commit is contained in:
parent
f97d194934
commit
a8e8e51b14
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue