summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-03-08 21:31:36 +0100
committerGravatar Nikias Bassen2009-03-08 21:31:36 +0100
commitae400d0e6b5061802ace123fc26a56c2fb669bb4 (patch)
tree3216738b42e7793dceb7c71203974f2fec7d9660 /Makefile
parentb4f59ac150e3b1df1683b7dc58e009b3e90bcdee (diff)
downloadusbmuxd-ae400d0e6b5061802ace123fc26a56c2fb669bb4.tar.gz
usbmuxd-ae400d0e6b5061802ace123fc26a56c2fb669bb4.tar.bz2
Some more debugging output and more mutexes to help resolve the
f***ing SIGSEVs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2036ddc..3971798 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGETS=usbmuxd iproxy testclient
-CFLAGS=-Wall -g
+CFLAGS=-Wall -g -DDEBUG
LIBS=-lpthread -lusb -lrt
LDFLAGS=