From efa03e862ad75e0a83fcf82a916720a82cdffc0b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Aug 2008 00:29:22 +0000 Subject: Fix crash when showing control window for root patch. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1362 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a49bf7..69d9f94 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -#CFLAGS = -O0 -g -ansi -Wall -Wextra -Wno-unused # -pedantic -Woverloaded-virtual +CFLAGS = -O0 -g -ansi -Wall -Wextra -Wno-unused # -pedantic -Woverloaded-virtual CFLAGS += -fPIC -DPIC -Ilvz -Ivstgui -I. -DURI_PREFIX=\"http://drobilla.net/ns/dev/mda-lv2/\" SYSTEMNAME = $(shell uname -s) -- cgit v1.2.1