aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/makefile
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2010-12-13 16:45:10 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2010-12-13 16:45:10 +0000
commit9220cce1627a9f37801a50ba0e5a351e6b7900b6 (patch)
treefc5d6aa887db92218b55f0f42234e26372f4227b /pluginhost~/makefile
parentcc603d033f01f6d429eb0d1330928adcf9b024c4 (diff)
- refactoring
svn path=/trunk/externals/postlude/; revision=14628
Diffstat (limited to 'pluginhost~/makefile')
-rwxr-xr-xpluginhost~/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pluginhost~/makefile b/pluginhost~/makefile
index 6206288..d488535 100755
--- a/pluginhost~/makefile
+++ b/pluginhost~/makefile
@@ -38,8 +38,7 @@ pd_darwin: src/$(NAME).pd_darwin
.SUFFIXES: .pd_darwin
-DARWINCFLAGS = -DPD -arch $(ARCHITECTURE) -O3 -Wall -W -Wshadow -Wstrict-prototypes \
- -Wno-unused -Wno-parentheses -Wno-switch -L/usr/local/lib/ -DDEBUG=$(DEBUG)
+DARWINCFLAGS = -DPD -arch $(ARCHITECTURE) -O3 -Wall -Werror -L/usr/local/lib/ -DDEBUG=$(DEBUG)
DARWININCLUDE = -I ./ -I ../src -I/usr/local/include/ -I ./include -I/usr/local/include/pluginhost/