Mercurial > hg > piper-cpp
diff Makefile @ 55:38780f15ac8d
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2016 13:35:56 +0100 |
parents | f8332b1acfc2 |
children | 8a4bcb3dc3a6 |
line wrap: on
line diff
--- a/Makefile Fri Sep 16 16:34:00 2016 +0100 +++ b/Makefile Mon Sep 19 13:35:56 2016 +0100 @@ -1,5 +1,5 @@ -CXXFLAGS := -Wall -Werror -g -std=c++11 +CXXFLAGS := -Wall -Werror -g3 -std=c++11 INCFLAGS := -Ivamp-plugin-sdk -Ijson -I/usr/local/include -Icapnproto -I. LDFLAGS := vamp-plugin-sdk/libvamp-hostsdk.a -L/usr/local/lib -lcapnp -lkj -ldl