view 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 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