diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 33b5921..b18a9fb 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_CHECK_SIZEOF(long, 4) AC_C_CONST if test "$GCC" = yes; then - CFLAGS="$CFLAGS -O2 -funroll-all-loops" + CFLAGS="$CFLAGS -O3 -funroll-all-loops" else AC_MSG_RESULT(no gcc) fi |