# HG changeset patch # User Chris Cannam # Date 1441280255 -3600 # Node ID fc05ac9b39476093e79c2bffcd3c0422ed1bf8d2 # Parent 50f1e5afb1efd081f778673bfe0562b1f596acc3 Better flags diff -r 50f1e5afb1ef -r fc05ac9b3947 Makefile --- 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