comparison configure @ 813:f82dece35d21

Merge from branch tonioni (the two are currently in sync)
author Chris Cannam
date Wed, 18 Jun 2014 18:30:48 +0100
parents 51da09385b38
children 899c4d7e7e63
comparison
equal deleted inserted replaced
811:c4ef666721bf 813:f82dece35d21
4200 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" 4200 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS"
4201 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" 4201 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS"
4202 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" 4202 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS"
4203 4203
4204 if test "x$GCC" = "xyes"; then 4204 if test "x$GCC" = "xyes"; then
4205 CXXFLAGS_DEBUG="-Wall -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" 4205 CXXFLAGS_DEBUG="-Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe"
4206 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe" 4206 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe"
4207 CXXFLAGS_MINIMAL="-g0 -O0" 4207 CXXFLAGS_MINIMAL="-g0 -O0"
4208 fi 4208 fi
4209 4209
4210 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE" 4210 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE"