added -O2

This commit is contained in:
TLINDEN
2014-02-25 19:30:07 +01:00
parent 8b955b5e92
commit 271c6259c2
2 changed files with 3 additions and 4 deletions

View File

@@ -282,7 +282,7 @@ if test -n "$bigendian"; then
CFLAGS="$CFLAGS -D__CPU_IS_BIG_ENDIAN=1"
fi
CFLAGS="$CFLAGS -Werror -Wextra"
CFLAGS="$CFLAGS -Werror -Wextra -O2"
CXXFLAGS="$CFLAGS"
AC_SUBST(PACKAGE_VERSION)