changeset 929:6b683d12ab65 cxx11

Subrepo
author Chris Cannam
date Wed, 11 Mar 2015 12:23:06 +0000
parents a478ee732c11
children 68e3d89a88c8
files .hgsubstate configure configure.ac sv.pro
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Wed Mar 11 11:58:54 2015 +0000
+++ b/.hgsubstate	Wed Mar 11 12:23:06 2015 +0000
@@ -1,5 +1,5 @@
 d16f0fd6db6104d87882bc43788a3bb1b0f8c528 dataquay
 879bdc878826bebec67130326f99397c430419b1 sv-dependency-builds
-7fa74786dec5423978a746288feccbb7127396d3 svapp
-48e4ffa9fb4841cbbed91d8d304604a4552c5539 svcore
-6e2a034f7117d196152bc2647d1f1cc84585d5e0 svgui
+9429622647e63d68cd2aedf7c6c29ba6adaf4736 svapp
+98d4dabbf740a4224edeccea6c226e68d6d3ea40 svcore
+63510940080459584e0e7737cfa674f0f8312a02 svgui
--- a/configure	Wed Mar 11 11:58:54 2015 +0000
+++ b/configure	Wed Mar 11 12:23:06 2015 +0000
@@ -4364,7 +4364,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"
--- a/configure.ac	Wed Mar 11 11:58:54 2015 +0000
+++ b/configure.ac	Wed Mar 11 12:23:06 2015 +0000
@@ -53,7 +53,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"
--- a/sv.pro	Wed Mar 11 11:58:54 2015 +0000
+++ b/sv.pro	Wed Mar 11 12:23:06 2015 +0000
@@ -36,7 +36,7 @@
     }
 }
 
-CONFIG += qt thread warn_on stl rtti exceptions
+CONFIG += qt thread warn_on stl rtti exceptions c++11
 QT += network xml gui widgets
 
 TARGET = "Sonic Visualiser"