Mercurial > hg > qm-vamp-plugins
diff build/linux/Makefile.linux32 @ 262:6e2e0755fe64
Update 32-bit build files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 28 Jan 2020 15:28:17 +0000 |
parents | 81adfb4a61fd |
children |
line wrap: on
line diff
--- 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