Get rid of doubly-defined NDEBUG

This commit is contained in:
Howard Chu 2016-01-01 23:23:54 +00:00
parent 955ad41a2d
commit 462658df4f

View file

@ -768,13 +768,6 @@
#define _LARGEFILE_SOURCE 1
#endif
#ifndef UNBOUND_DEBUG
# define NDEBUG
#endif
/** Use small-ldns codebase */
#define USE_SLDNS 1
#ifdef HAVE_SSL