view Makefile.linux @ 132:bd6f1fb1e2b0

Some timings from T40p
author Chris Cannam
date Thu, 08 May 2014 12:05:41 +0100
parents ac750e222ad3
children 5e9ad8b2d9b1
line wrap: on
line source

CFLAGS := -Wall -O3 -fopenmp -ffast-math -msse -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/

#CFLAGS := -g -fPIC -I../vamp-plugin-sdk

CXXFLAGS := $(CFLAGS)

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

PLUGIN_EXT := .so

include Makefile.inc