Accidentally reverted to -O3.

This commit is contained in:
William McBrine
2006-02-14 03:23:32 +00:00
parent 7370e2d4fc
commit b052b6ee1b

2
configure vendored
View File

@@ -2467,7 +2467,7 @@ if test "$ac_cv_prog_CC" = "gcc"; then
if test "$with_debug" = yes; then
CFLAGS="${CFLAGS} -Wall"
else
CFLAGS="-O3 -Wall -fomit-frame-pointer"
CFLAGS="-O2 -Wall -fomit-frame-pointer"
fi
fi
if test "$on_qnx" = yes; then