aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-09 04:33:55 +0000
committerDavid Robillard <d@drobilla.net>2008-08-09 04:33:55 +0000
commitf652720d0dc24a1951e66e28486e856b424d68df (patch)
tree2c4c0c6aa6d62a1e82dded86c5d52a179b56e766 /Makefile
parent40d6f1f30e067af50e6fd9546f04533463dfea2a (diff)
downloadmda.lv2-f652720d0dc24a1951e66e28486e856b424d68df.tar.gz
mda.lv2-f652720d0dc24a1951e66e28486e856b424d68df.tar.bz2
mda.lv2-f652720d0dc24a1951e66e28486e856b424d68df.zip
Fix bugs.
Tighten up code. Crank up warnings to absurdly strict and pedantic level in order to figure out WTF is going on with audio. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1328 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5575b0a..d09bd3d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O0 -g -Wall -fPIC -Ilvz -I. -DPLUGIN_URI_PREFIX=\"http://drobilla.net/ns/dev/mda-lv2/\"
+CFLAGS = -O0 -g -Wall -Wextra -Wshadow -Wno-unused -ansi -pedantic -fPIC -DPIC -Ilvz -I. -DPLUGIN_URI_PREFIX=\"http://drobilla.net/ns/dev/mda-lv2/\"
# Change this to wherever you want system-wide bundles installed
LV2_INSTALL_DIR = /usr/local/lib/lv2