Skip to content
Snippets Groups Projects
Commit a8e8e51b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

NDEBUG should not be defined when CURLDEBUG is

parent f97d1949
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment