diff options
author | Loic Dachary <loic@dachary.org> | 2014-03-06 14:16:53 +0100 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2014-03-06 15:15:22 +0100 |
commit | 4bf474daf7e30b8e4b110d8edf43506e3b76b345 (patch) | |
tree | 89396ca46f0b45025e26d70ffeee6aead4701e3c /configure.ac | |
parent | f8ff1e2f64fc88bf74861a0ceec44d130ff1902c (diff) | |
download | gf-complete-4bf474daf7e30b8e4b110d8edf43506e3b76b345.tar.gz |
increase compilation warning level to -Wall
and remove unused CXXFLAGS
Signed-off-by: Loic Dachary <loic@dachary.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |