Mercurial > hg > segmenter-vamp-plugin
view Makefile.linux @ 79:d7d0929bfb11
Switch from hg subrepos to Repoint
author | Chris Cannam |
---|---|
date | Tue, 29 Jan 2019 14:09:07 +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