summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7790bd2..b4d420e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ if test x$debug = xtrue ; then
else
DEBUG=0
CXXFLAGS=""
- CFLAGS="-O2 -g ${werror_flag} -D_GNU_SOURCE=1 -Wall -pedantic -std=c99"
+ CFLAGS="-O2 -g ${werror_flag} -D_GNU_SOURCE=1 -Wall -pedantic -std=c99 ${CFLAGS}"
fi
AC_ARG_ENABLE([gcov],