view Makefile.linux @ 100:8259193b3b16 bqvec

Cut allocations with temporary storage ready to swap in
author Chris Cannam
date Tue, 06 May 2014 14:57:09 +0100
parents 891cbcf1e4d2
children ac750e222ad3
line wrap: on
line source

CFLAGS := -Wall -O3 -ffast-math -msse -mfpmath=sse -ftree-vectorize -ftree-vectorizer-verbose=1 -fPIC -I../vamp-plugin-sdk/
#CFLAGS := -g -fPIC -I../vamp-plugin-sdk

CXXFLAGS := $(CFLAGS)

VAMPSDK_DIR := ../vamp-plugin-sdk
PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp-plugin.map

PLUGIN_EXT := .so

include Makefile.inc