changeset 69:eebbadf1c959

This is C++98 (auto_ptr and all)
author Chris Cannam
date Wed, 07 Feb 2018 20:30:52 +0000
parents b75124ebe697
children 2d3e1d1f99c0
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Feb 07 17:57:29 2018 +0000
+++ b/Makefile	Wed Feb 07 20:30:52 2018 +0000
@@ -2,7 +2,7 @@
 ARCHFLAGS	?=
 
 LDFLAGS 	+= $(ARCHFLAGS) -ldl -pthread
-CXXFLAGS	+= $(ARCHFLAGS) -g -Wall -Wextra -Ivamp-plugin-sdk -pthread
+CXXFLAGS	+= $(ARCHFLAGS) -std=c++98 -g -Wall -Wextra -Ivamp-plugin-sdk -pthread
 
 # We include the Vamp Host SDK sources in the build here, so that we
 # can build the entire thing with debug symbols even though the SDK