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