summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-04-10 18:50:59 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-04-10 18:50:59 -0700
commita028e400a4a396163cbdeb465fa6ea10b02f6483 (patch)
treef88c521569b6a1f25f2e54b6a8b7342b1a08b773
parent5dccd213a30bd913c01350a9e6ea7104f53d3942 (diff)
parent9878eda39180407a107ad546b323b0e371ab776d (diff)
downloadgf-complete-a028e400a4a396163cbdeb465fa6ea10b02f6483.tar.gz
Merged in dachary/gf-complete/wip-compilation-warning-v1 (pull request #15)
increase compilation warning level to -Wall
-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