diff options
author | root <root> | 2011-05-02 13:11:01 +0000 |
---|---|---|
committer | root <root> | 2011-05-02 13:11:01 +0000 |
commit | a75405227ad65bc341e07b79b0eee8812bd67486 (patch) | |
tree | 4d51eed509a4f549ef5577af37cfb7a13d4c03ee | |
parent | 08d5b6783e3cd5f461605022f08a357434ba769f (diff) |
exg rocks
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9f4cea9..96f6bc8 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PROG_LIBTOOL AC_PROG_CC if test "x$GCC" = xyes ; then - CFLAGS="$CFLAGS -O3" + CFLAGS="-O3 $CFLAGS" fi dnl somebody will forgive me |