Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux64 @ 265:d68e13abd2cf
Hardened runtime
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 10 Feb 2020 14:18:33 +0000 |
parents | 6e2e0755fe64 |
children |
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,--no-undefined -Wl,-Bstatic -lqm-dsp -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so MAKEFILE_EXT := .linux64 include build/general/Makefile.inc