Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux32 @ 243:2e12b4a3c47d
Update subrepo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 06 Jun 2019 14:27:02 +0100 |
parents | 81adfb4a61fd |
children | 6e2e0755fe64 |
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 := -shared -Lbuild/linux/i686 -Wl,-Bstatic -lqm-dsp -lvamp-sdk -llapack -lcblas -lf77blas -latlas -lgfortran -Wl,-Bdynamic -lpthread -Wl,-z,defs -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so MAKEFILE_EXT := .linux32 include build/general/Makefile.inc