Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux64 @ 227:61d3990482e6
fast-math seems unwise when we have rather precise regression tests to run. Also remove unintended debug-mode
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 21 May 2019 13:18:08 +0100 |
parents | e737931b1925 |
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