Mercurial > hg > sonic-visualiser
diff configure @ 732:c65dde5537bd warnfix_no_size_t
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 08:56:32 +0100 |
parents | 72c1dd980802 |
children | 6fadabe80ad8 |
line wrap: on
line diff
--- a/configure Tue Jun 17 17:00:33 2014 +0100 +++ b/configure Wed Jun 18 08:56:32 2014 +0100 @@ -4223,7 +4223,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