From ae400d0e6b5061802ace123fc26a56c2fb669bb4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 8 Mar 2009 21:31:36 +0100 Subject: Some more debugging output and more mutexes to help resolve the f***ing SIGSEVs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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= -- cgit v1.1-32-gdbae