Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux64 @ 230:e713abed48e5
Spelling
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 24 May 2019 11:41:51 +0100 |
parents | 61d3990482e6 |
children | 2eb74e345751 |
line wrap: on
line source
CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -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