mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- 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:
parent
7105ea9293
commit
8092cd6331
3 changed files with 8 additions and 0 deletions
|
|
@ -966,7 +966,9 @@
|
|||
|
||||
|
||||
#ifndef UNBOUND_DEBUG
|
||||
# ifndef NDEBUG
|
||||
# define NDEBUG
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/** Use small-ldns codebase */
|
||||
|
|
|
|||
|
|
@ -1652,7 +1652,9 @@ AHX_CONFIG_EXT_FLAGS
|
|||
dnl includes
|
||||
[
|
||||
#ifndef UNBOUND_DEBUG
|
||||
# ifndef NDEBUG
|
||||
# define NDEBUG
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/** Use small-ldns codebase */
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue