summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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