Mercurial > hg > segmenter-vamp-plugin
diff Makefile.linux @ 62:8bd9b79c9e83 mirex2013
Avoid returning unwanted output from process; move Linux makefile to linux rather than linux64 as there's nothing 64-bit-specific about it
author | Chris Cannam |
---|---|
date | Thu, 13 Jun 2013 17:40:24 +0100 |
parents | Makefile.linux64@6eef91b899b7 |
children | 11a826034a9d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.linux Thu Jun 13 17:40:24 2013 +0100 @@ -0,0 +1,13 @@ + +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 +