diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -134,7 +134,7 @@ EOF  if [ "$debug" = "1" ]; then  	[ -z "$CFLAGS" ] && CFLAGS=-g  	echo 'DEBUG=1' >> Makefile.settings -	echo '#define DEBUG' >> config.h +	CFLAGS="$CFLAGS -DDEBUG"  else  	[ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"  fi | 
