- Fix for #4233: guard use of NDEBUG, so that it can be passed in

CFLAGS into configure.


git-svn-id: file:///svn/unbound/trunk@5133 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2019-03-07 08:34:00 +00:00
parent 7105ea9293
commit 8092cd6331
3 changed files with 8 additions and 0 deletions

View file

@ -966,7 +966,9 @@
#ifndef UNBOUND_DEBUG
# ifndef NDEBUG
# define NDEBUG
# endif
#endif
/** Use small-ldns codebase */

View file

@ -1652,7 +1652,9 @@ AHX_CONFIG_EXT_FLAGS
dnl includes
[
#ifndef UNBOUND_DEBUG
# ifndef NDEBUG
# define NDEBUG
# endif
#endif
/** Use small-ldns codebase */

View file

@ -1,3 +1,7 @@
7 March 2019: Wouter
- Fix for #4233: guard use of NDEBUG, so that it can be passed in
CFLAGS into configure.
5 March 2019: Wouter
- Tag release 1.9.1rc1.