Add DUMP_PROXY_CHAIN for debug builds and debug.c.

This commit is contained in:
crass
2013-06-23 12:12:25 +07:00
committed by rofl0r
parent b9ca1cdefd
commit 5c4c166802
5 changed files with 53 additions and 2 deletions

View File

@ -18,7 +18,7 @@ OBJS = $(SRCS:.c=.o)
LOBJS = src/nameinfo.o \
src/core.o src/common.o src/libproxychains.o src/shm.o \
src/allocator_thread.o src/ip_type.o src/stringdump.o \
src/hostentdb.o src/hash.o
src/hostentdb.o src/hash.o src/debug.o
CFLAGS += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe
NO_AS_NEEDED = -Wl,--no-as-needed