diff --git a/configure b/configure index 599b105..df56a83 100755 --- a/configure +++ b/configure @@ -390,9 +390,9 @@ if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then fi if [ "$debug" = "yes" ]; then - CFLAGS="-O1 -g $CFLAGS" + CFLAGS="-O1 -g -D_DEBUG $CFLAGS" else - CFLAGS="-O4 -ffast-math $CFLAGS" + CFLAGS="-O4 -ffast-math -DNDEBUG $CFLAGS" fi if cc_check "stdio.h" "" "fseeko(stdin,0,0);" ; then