From 69e52cb83cf0233648695730c81cdc4f7c4f2a00 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Sep 2006 08:26:17 +0000 Subject: Schema bug fixes (parsable now). Fixed some leaks. Internal query API cleanups. Added latency reporting support. git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1 --- examples/plugins/Amp-slv2.lv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/plugins/Amp-slv2.lv2/Makefile b/examples/plugins/Amp-slv2.lv2/Makefile index 55180c2..eb7dfe1 100644 --- a/examples/plugins/Amp-slv2.lv2/Makefile +++ b/examples/plugins/Amp-slv2.lv2/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -I../../../include -fPIC +CFLAGS = -Wall -I../../../include -fPIC -g -O0 all: amp.so -- cgit v1.2.1