Mercurial > hg > segmenter-vamp-plugin
view Makefile.linux @ 76:a595de3e6f8d
Fix invalid call to parts.erase(parts.end()), which can crash and never does anything good. I think this is the intended behaviour.
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2019 15:07:04 +0000 |
parents | 11a826034a9d |
children |
line wrap: on
line source
CFLAGS += -O3 -fPIC -ftree-vectorize #CFLAGS := -Wall -g -fPIC CXXFLAGS += $(CFLAGS) LDFLAGS += -shared -Wl,-Bsymbolic -Wl,--version-script=segmentino/vamp-plugin.map PLUGIN_EXT := .so include Makefile.inc