If we're NOT using developer C flags, then define -DNDEBUG, so
authoraland <aland>
Wed, 29 Nov 2000 17:15:27 +0000 (17:15 +0000)
committeraland <aland>
Wed, 29 Nov 2000 17:15:27 +0000 (17:15 +0000)
that the assert's go away.

configure.in

index 53e8f94..cd68d9e 100644 (file)
@@ -522,6 +522,7 @@ if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then
   CFLAGS="$CFLAGS $devflags"
 else
   devflags="none"
+  CFLAGS="$CFLAGS -DNDEBUG"
 fi
 AC_MSG_RESULT($devflags)