# HG changeset patch # User Chris Cannam # Date 1580225297 0 # Node ID 6e2e0755fe644b951df8957247420bee79469b93 # Parent 3fa03b4cc3f5a5251ce8d9869ee0742b8d26b3b3 Update 32-bit build files diff -r 3fa03b4cc3f5 -r 6e2e0755fe64 build/linux/Makefile.linux32 --- a/build/linux/Makefile.linux32 Mon Jan 27 13:57:47 2020 +0000 +++ b/build/linux/Makefile.linux32 Tue Jan 28 15:28:17 2020 +0000 @@ -1,10 +1,9 @@ -CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS -#CFLAGS := -g -Wall +CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS CXXFLAGS := $(CFLAGS) -LDFLAGS := -shared -Lbuild/linux/i686 -Wl,-Bstatic -lqm-dsp -lvamp-sdk -llapack -lcblas -lf77blas -latlas -lgfortran -Wl,-Bdynamic -lpthread -Wl,-z,defs -Wl,--version-script=vamp-plugin.map +LDFLAGS := -shared -Wl,--no-undefined -Wl,-Bstatic -lqm-dsp -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so diff -r 3fa03b4cc3f5 -r 6e2e0755fe64 build/linux/Makefile.linux64 --- a/build/linux/Makefile.linux64 Mon Jan 27 13:57:47 2020 +0000 +++ b/build/linux/Makefile.linux64 Tue Jan 28 15:28:17 2020 +0000 @@ -3,7 +3,7 @@ CXXFLAGS += $(CFLAGS) -LDFLAGS += -shared -Wl,-Bstatic -lqm-dsp -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map -Wl,-no-undefined +LDFLAGS += -shared -Wl,--no-undefined -Wl,-Bstatic -lqm-dsp -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so diff -r 3fa03b4cc3f5 -r 6e2e0755fe64 repoint-lock.json --- a/repoint-lock.json Mon Jan 27 13:57:47 2020 +0000 +++ b/repoint-lock.json Tue Jan 28 15:28:17 2020 +0000 @@ -4,7 +4,7 @@ "pin": "c42e50a5c297" }, "qm-dsp": { - "pin": "4d2a4a4e0c2dd0ddf07bf9d2a224ded912712714" + "pin": "e34a3cc188332ed7c33cd9257ef164de5b587191" } } }