Mercurial > hg > vamp-plugin-tester
changeset 47:d6c13829a79a
Static linkage
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 15:41:48 +0100 |
parents | d83ac7c87f9c |
children | 925c8dedde9c |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Aug 05 11:10:52 2014 +0100 +++ b/Makefile Tue Aug 05 15:41:48 2014 +0100 @@ -1,5 +1,5 @@ -LDFLAGS += -lvamp-hostsdk -ldl +LDFLAGS += -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic -ldl CXXFLAGS += -g -Wall -Wextra OBJECTS := vamp-plugin-tester.o Tester.o Test.o TestStaticData.o TestInputExtremes.o TestMultipleRuns.o TestOutputs.o TestDefaults.o TestInitialise.o