summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13a9914..cd3a0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGETS=usbmuxd libusbmuxd.so iproxy
-CFLAGS=-I. -Wall -g -DDEBUG -fPIC
+CFLAGS=-I. -g -DDEBUG -fPIC -Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
LIBS=-lpthread -lusb -lrt
LDFLAGS=-L.
INSTALL_PREFIX=/usr/local