Mercurial > hg > segmenter-vamp-plugin
view Makefile.linux @ 75:f1717a01dd9a
Remove line that does nothing
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2019 15:06:13 +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