annotate Makefile.linux @ 99:9ecad4c9c2a2 bqvec

Use a couple more bqvec calls
author Chris Cannam
date Tue, 06 May 2014 14:53:11 +0100
parents 891cbcf1e4d2
children ac750e222ad3
rev   line source
Chris@31 1
Chris@94 2 CFLAGS := -Wall -O3 -ffast-math -msse -mfpmath=sse -ftree-vectorize -ftree-vectorizer-verbose=1 -fPIC -I../vamp-plugin-sdk/
Chris@31 3 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
Chris@31 4
Chris@31 5 CXXFLAGS := $(CFLAGS)
Chris@31 6
Chris@31 7 VAMPSDK_DIR := ../vamp-plugin-sdk
Chris@31 8 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp-plugin.map
Chris@31 9
Chris@31 10 PLUGIN_EXT := .so
Chris@31 11
Chris@31 12 include Makefile.inc
Chris@31 13