From e19889ff5b55be991302e11dae942c9b2b8450fb Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 26 Aug 2001 23:36:48 +0000 Subject: Added the NDEBUG define in the optimized builds. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 37a9b8f..872383f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.16 2001-08-26 21:22:09 rjkaes Exp $ +dnl $Id: configure.in,v 1.17 2001-08-26 23:36:48 rjkaes Exp $ dnl Devlopers, please strive to achieve this order: dnl @@ -212,6 +212,7 @@ if test "$enable_debug" = "yes" ; then YFLAGS="-v -d" else dnl No debugging information, include the optimizations + CFLAGS="-DNDEBUG $CFLAGS" YFLAGS="-d" fi -- cgit v1.2.3