summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorpcg <pcg>2003-12-23 04:52:00 +0000
committerpcg <pcg>2003-12-23 04:52:00 +0000
commitd5607e01318876986723cab8e02cb479c7636e5d (patch)
tree3ad20b59dc62ff1ef5511538c5f899b14c5e6231 /configure.in
parent3d0092ba13033a7f502240c12b748cebe6ed84cf (diff)
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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