diff options
author | root <root> | 2011-06-05 19:58:37 +0000 |
---|---|---|
committer | root <root> | 2011-06-05 19:58:37 +0000 |
commit | 653e0063cb266d51505942ab3642db3401aa7806 (patch) | |
tree | a892176bf259c1dca868b4bf6322817682e08f1e /configure.ac | |
parent | fab2920f9835dd64d82e321e7e65b9eb09550dba (diff) |
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9faffad..523ddf1 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_PROG_LIBTOOL AC_PROG_CC if test "x$GCC" = xyes ; then - CFLAGS="-O3 $CFLAGS" + CFLAGS="$OPTIMIZE -O3 $CFLAGS" fi m4_include([libeio.m4]) |