Changed CFLAGS back to -O2

This commit is contained in:
Michiel Broek
2004-11-19 20:10:02 +00:00
parent 73aeb243b3
commit 29a5f8f952
3 changed files with 5 additions and 2 deletions

2
configure vendored
View File

@@ -3018,7 +3018,7 @@ fi;
if test "$debugging" = "yes"; then
CFLAGS="-O -g -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -D_REENTRANT"
else
CFLAGS="-O3 -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -D_REENTRANT"
CFLAGS="-O2 -fno-strict-aliasing -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -D_REENTRANT"
fi
# Check whether --enable-optimize or --disable-optimize was given.