# HG changeset patch # User Chris Cannam # Date 1407249708 -3600 # Node ID d6c13829a79a623f432774130d6cec86e1091155 # Parent d83ac7c87f9c7352b255772174df8072d7081b7d Static linkage diff -r d83ac7c87f9c -r d6c13829a79a Makefile --- 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