comparison configure @ 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
comparison
equal deleted inserted replaced
371:dfcc5b355f33 376:98afba87887f
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"