changeset 175:aa57e80b6af8

Adopt C++11 mode: we don't actually use its features, but for vector manipulation it can be faster
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 28 Apr 2015 11:08:11 +0100
parents 223f2a8c4f65
children 5b1a1bbd6e7f
files Makefile.linux
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.linux	Fri Feb 06 09:01:15 2015 +0000
+++ b/Makefile.linux	Tue Apr 28 11:08:11 2015 +0100
@@ -2,7 +2,7 @@
 CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/
 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
 
-CXXFLAGS := $(CFLAGS)
+CXXFLAGS := $(CFLAGS) -std=c++11
 
 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map