# HG changeset patch # User Chris Cannam # Date 1518035452 0 # Node ID eebbadf1c95930ed74c76a677298d59d1144a172 # Parent b75124ebe697c6fa234185b302e00340e8d4e140 This is C++98 (auto_ptr and all) diff -r b75124ebe697 -r eebbadf1c959 Makefile --- 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