Mercurial > hg > sonic-visualiser
comparison configure @ 914:096634fc3f19 cxx11
Now builds with current svcore; next, try it again with -Wconversion in svgui, svapp, and sonic-visualiser
author | Chris Cannam |
---|---|
date | Wed, 04 Mar 2015 13:53:42 +0000 |
parents | 93a770ecfc98 |
children | a16456ca5e71 |
comparison
equal
deleted
inserted
replaced
913:3c88bf74959d | 914:096634fc3f19 |
---|---|
4362 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" | 4362 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" |
4363 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" | 4363 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" |
4364 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" | 4364 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" |
4365 | 4365 |
4366 if test "x$GCC" = "xyes"; then | 4366 if test "x$GCC" = "xyes"; then |
4367 CXXFLAGS_DEBUG="-Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" | 4367 CXXFLAGS_DEBUG="-std=c++11 -Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" |
4368 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe" | 4368 CXXFLAGS_RELEASE="-std=c++11 -g0 -O2 -Wall -pipe" |
4369 CXXFLAGS_MINIMAL="-g0 -O0" | 4369 CXXFLAGS_MINIMAL="-std=c++11 -g0 -O0" |
4370 fi | 4370 fi |
4371 | 4371 |
4372 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE" | 4372 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE" |
4373 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE" | 4373 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE" |
4374 | 4374 |