We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91bb17 commit 51c91abCopy full SHA for 51c91ab
example/Makefile
@@ -18,7 +18,7 @@ LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -pthread -lnuma
18
19
TARGET="helloworld"
20
all:
21
- cc ${CFLAGS} -o ${TARGET} main.c ${LIBS}
+ cc ${CFLAGS} -DINET6 -o ${TARGET} main.c ${LIBS}
22
cc ${CFLAGS} -o ${TARGET}_epoll main_epoll.c ${LIBS}
23
24
.PHONY: clean
0 commit comments