aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-01-01 23:23:54 +0000
committerHoward Chu <hyc@symas.com>2016-01-02 02:01:58 +0000
commit462658df4f2f06766b923a409b688436d647b3ca (patch)
treed72d760684edc32a07788abacfed8d53b6dd6ec4
parentMerge pull request #588 (diff)
downloadmonero-462658df4f2f06766b923a409b688436d647b3ca.tar.xz
Get rid of doubly-defined NDEBUG
-rw-r--r--external/unbound/config.h.cmake.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/external/unbound/config.h.cmake.in b/external/unbound/config.h.cmake.in
index 861020ecd..9658c8693 100644
--- a/external/unbound/config.h.cmake.in
+++ b/external/unbound/config.h.cmake.in
@@ -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