Mercurial > hg > constant-q-cpp
view Makefile.linux @ 181:1ab84ec46c15
Switch to OS/X 10.7 min and libc++ (am generally doing this for lots of stuff now)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 16:23:29 +0100 |
parents | aa57e80b6af8 |
children | 0d81daeca8d6 |
line wrap: on
line source
CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) -std=c++11 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_EXT := .so include Makefile.inc