Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux @ 148:88c05c0ac438
Edit some descriptions; don't expose tightness parameter, only alpha (on advice from MEPD)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 02 Sep 2013 11:50:04 +0100 |
parents | ed55dc6aabf5 |
children | 93355d263f8e |
line wrap: on
line source
CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS 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,--version-script=vamp-plugin.map PLUGIN_EXT := .so include build/general/Makefile.inc