Skip to content

Commit 931c081

Browse files
author
Marc Stern
committed
Enforcing -DNDEBUG (default normally)
1 parent bd43527 commit 931c081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ AC_ARG_ENABLE(assertions,
312312
assertions=-UNDEBUG
313313
MODSEC_EXTRA_CFLAGS="$MODSEC_EXTRA_CFLAGS $assertions"
314314
else
315-
assertions=
315+
assertions=-DNDEBUG
316316
fi
317317
]],
318318
[
319-
assertions=
319+
assertions=-DNDEBUG
320320
])
321321
# Add PCRE Studying
322322

0 commit comments

Comments
 (0)