Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux64 @ 158:c2bc9fd26159
Update RDF
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 25 Jun 2014 13:55:33 +0100 |
parents | ed55dc6aabf5 |
children | 6462f0981922 |
line wrap: on
line source
CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS CXXFLAGS := $(CFLAGS) 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 PLUGIN_EXT := .so include build/general/Makefile.inc