Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux64 @ 205:987f45dd001a
OK, looks like I forgot to push a dependency. Use previous version for CI test for the moment
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 07 Feb 2018 08:45:49 +0000 |
parents | 9b30f7f972c9 |
children | e737931b1925 |
line wrap: on
line source
CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS #CFLAGS += -DDEBUG -g -fno-exceptions -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS CXXFLAGS += $(CFLAGS) LDFLAGS += -shared -Wl,-Bstatic -lqm-dsp -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so MAKEFILE_EXT := .linux64 include build/general/Makefile.inc