Mercurial > hg > vamp-plugin-tester
changeset 57:fc05ac9b3947
Better flags
author | Chris Cannam |
---|---|
date | Thu, 03 Sep 2015 12:37:35 +0100 |
parents | 50f1e5afb1ef |
children | 843e31e6df21 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Sep 03 11:33:58 2015 +0100 +++ b/Makefile Thu Sep 03 12:37:35 2015 +0100 @@ -1,8 +1,8 @@ ARCHFLAGS ?= -LDFLAGS += $(ARCHFLAGS) -ldl -lpthread -CXXFLAGS += $(ARCHFLAGS) -g -Wall -Wextra -Ivamp-plugin-sdk +LDFLAGS += $(ARCHFLAGS) -ldl -pthread +CXXFLAGS += $(ARCHFLAGS) -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