diff options
author | Nikias Bassen | 2009-03-08 21:31:36 +0100 |
---|---|---|
committer | Nikias Bassen | 2009-03-08 21:31:36 +0100 |
commit | ae400d0e6b5061802ace123fc26a56c2fb669bb4 (patch) | |
tree | 3216738b42e7793dceb7c71203974f2fec7d9660 /Makefile | |
parent | b4f59ac150e3b1df1683b7dc58e009b3e90bcdee (diff) | |
download | usbmuxd-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ TARGETS=usbmuxd iproxy testclient -CFLAGS=-Wall -g +CFLAGS=-Wall -g -DDEBUG LIBS=-lpthread -lusb -lrt LDFLAGS= |