Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux @ 157:3402a7a249a1
1dp for frequency labels
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 30 Jan 2014 12:06:43 +0000 |
parents | 93355d263f8e |
children | c2bc9fd26159 |
line wrap: on
line source
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,--version-script=vamp-plugin.map PLUGIN_EXT := .so include build/general/Makefile.inc