Mercurial > hg > svcore
diff configure @ 1054:98d4dabbf740 cxx11
c++11 flag in qmake project
| author | Chris Cannam | 
|---|---|
| date | Wed, 11 Mar 2015 12:20:06 +0000 | 
| parents | cc27f35aa75c | 
| children | 135c5899a71f | 
line wrap: on
 line diff
--- a/configure Wed Mar 11 11:52:05 2015 +0000 +++ b/configure Wed Mar 11 12:20:06 2015 +0000 @@ -4343,7 +4343,7 @@ CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" if test "x$GCC" = "xyes"; then - CXXFLAGS_ANY="-std=c++11 -Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" + CXXFLAGS_ANY="-Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g" CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O2" CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0"
