Mercurial > hg > segmenter-vamp-plugin
view Makefile.linux @ 68:e9e8b0f107df
Category and basic RDF
author | Chris Cannam |
---|---|
date | Fri, 06 Dec 2013 14:14:30 +0000 |
parents | 8bd9b79c9e83 |
children | 11a826034a9d |
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