summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2014-03-06 14:16:53 +0100
committerLoic Dachary <loic@dachary.org>2014-04-10 11:11:23 +0200
commit9878eda39180407a107ad546b323b0e371ab776d (patch)
tree9fc33144152be2ab85356ed1185142f5a3f6d8e8
parent522670550c3bafb622e0ea54817de45468e2ab8d (diff)
downloadgf-complete-9878eda39180407a107ad546b323b0e371ab776d.tar.gz
increase compilation warning level to -Wall
and remove unused CXXFLAGS Signed-off-by: Loic Dachary <loic@dachary.org> (cherry picked from commit 4bf474daf7e30b8e4b110d8edf43506e3b76b345)
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6116120..37ddd51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE([disable])
# Override default CFLAGS
-CFLAGS="-O3 -g"
-CXXFLAGS="-O3 -g"
+CFLAGS="-Wall -O3 -g"
dnl Compiling with per-target flags requires AM_PROG_CC_C_O.
AC_PROG_CC