1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-22 13:59:55 +08:00

dig works

This commit is contained in:
hugoc
2023-12-13 02:22:20 +01:00
Unverified
parent 8ed4b52140
commit f3511f80a6
3 changed files with 458 additions and 117 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ LOBJS = src/version.o \
GENH = src/version.h
CFLAGS += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe
CFLAGS += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -DDEBUG
NO_AS_NEEDED = -Wl,--no-as-needed
LDFLAGS = -fPIC $(NO_AS_NEEDED) $(LIBDL) $(PTHREAD)
INC =