Mercurial > hg > sonic-visualiser
diff configure.ac @ 1082:b2c45b831ea8 3.0-integration
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 18 Nov 2015 12:08:33 +0000 |
parents | 28ccb621d1af 94253fa11318 |
children | f39869a1cbc0 |
line wrap: on
line diff
--- a/configure.ac Tue Oct 20 09:14:24 2015 +0100 +++ b/configure.ac Wed Nov 18 12:08:33 2015 +0000 @@ -53,8 +53,8 @@ CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" if test "x$GCC" = "xyes"; then - CXXFLAGS_ANY="-Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" - CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g" + CXXFLAGS_ANY="-Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" + CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O2" CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0" fi