Mercurial > hg > svapp
diff configure.ac @ 376:98afba87887f
Merge from branch tonioni (the two are currently in sync)
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 18:30:50 +0100 |
parents | b3b673d133a0 |
children | 7a671befc76d |
line wrap: on
line diff
--- a/configure.ac Wed Jun 18 13:51:38 2014 +0100 +++ b/configure.ac Wed Jun 18 18:30:50 2014 +0100 @@ -50,7 +50,7 @@ CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" if test "x$GCC" = "xyes"; then - CXXFLAGS_DEBUG="-Wall -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" + CXXFLAGS_DEBUG="-Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe" CXXFLAGS_MINIMAL="-g0 -O0" fi