annotate Makefile.linux64 @ 3:72f014d0bce0

Debug option
author Chris Cannam
date Thu, 28 Nov 2013 13:08:25 +0000
parents 99bac62ee2da
children af0b8a418bf5
rev   line source
matthiasm@0 1
matthiasm@0 2 CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/
Chris@3 3 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
Chris@3 4
matthiasm@0 5 CXXFLAGS := $(CFLAGS)
matthiasm@0 6
matthiasm@0 7 PLUGIN_LDFLAGS := -shared -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic
matthiasm@0 8 TEST_LDFLAGS := -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -lboost_unit_test_framework
matthiasm@0 9
matthiasm@0 10 PLUGIN_EXT := .so
matthiasm@0 11
matthiasm@0 12 include Makefile.inc
matthiasm@0 13