Mercurial > hg > qm-vamp-plugins
comparison build/linux/Makefile.linux64 @ 159:6462f0981922
Merge
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 04 Aug 2014 16:02:26 +0100 |
parents | ed55dc6aabf5 |
children | 9cc1f0be41dc |
comparison
equal
deleted
inserted
replaced
158:c2bc9fd26159 | 159:6462f0981922 |
---|---|
1 | 1 |
2 CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS | 2 CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS |
3 | 3 |
4 CXXFLAGS := $(CFLAGS) | 4 CXXFLAGS := $(CFLAGS) |
5 | 5 |
6 LDFLAGS := -shared -Lbuild/linux/amd64 -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lcblas -latlas -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map | 6 LDFLAGS := -shared -Lbuild/linux/amd64 -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lcblas -lf77blas -latlas -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map |
7 | 7 |
8 PLUGIN_EXT := .so | 8 PLUGIN_EXT := .so |
9 | 9 |
10 include build/general/Makefile.inc | 10 include build/general/Makefile.inc |
11 | 11 |