diff options
author | Nikias Bassen | 2009-04-17 18:14:03 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-04-17 18:14:03 +0200 |
commit | f88d5a5124b36f798f05f5524b54db4713d4beda (patch) | |
tree | ffd0687d929715a0f130f7122ec225f6d8073b28 /Makefile | |
parent | d54c5f4f0d87f76cf2a11fd88ec18cdbd67edaa2 (diff) | |
download | usbmuxd-f88d5a5124b36f798f05f5524b54db4713d4beda.tar.gz usbmuxd-f88d5a5124b36f798f05f5524b54db4713d4beda.tar.bz2 |
more warning options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |