diff options
author | pcg <pcg> | 2003-12-23 04:52:00 +0000 |
---|---|---|
committer | pcg <pcg> | 2003-12-23 04:52:00 +0000 |
commit | d5607e01318876986723cab8e02cb479c7636e5d (patch) | |
tree | 3ad20b59dc62ff1ef5511538c5f899b14c5e6231 /configure.in | |
parent | 3d0092ba13033a7f502240c12b748cebe6ed84cf (diff) |
*** empty log message ***
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 |