Mercurial > hg > qm-vamp-plugins
diff build/linux/Makefile.linux32 @ 159:6462f0981922
Merge
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 04 Aug 2014 16:02:26 +0100 |
parents | |
children | 9cc1f0be41dc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/linux/Makefile.linux32 Mon Aug 04 16:02:26 2014 +0100 @@ -0,0 +1,12 @@ + +CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS +#CFLAGS := -g -Wall + +CXXFLAGS := $(CFLAGS) + +LDFLAGS := -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lblas -Wl,-Bdynamic -lpthread -Wl,-z,defs -Wl,--version-script=vamp-plugin.map + +PLUGIN_EXT := .so + +include build/general/Makefile.inc +