aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar zfl9 <zfl9.com@gmail.com> 2019-10-11 20:02:40 +0800
committerGravatar zfl9 <zfl9.com@gmail.com> 2019-10-11 20:02:40 +0800
commitbfd318dcc71aa01c69e772e8bfbfece4df66e761 (patch)
tree1a21f3a1abb96fb008fdf42e1cc469bcf9ad6fce
parentCreate LICENSE (diff)
downloaddns2tcp-bfd318dcc71aa01c69e772e8bfbfece4df66e761.tar.gz
dns2tcp-bfd318dcc71aa01c69e772e8bfbfece4df66e761.tar.bz2
dns2tcp-bfd318dcc71aa01c69e772e8bfbfece4df66e761.zip
update makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a66b4cb..7b7da90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -std=c99 -Wall -Wextra -O3
+CFLAGS = -std=c99 -Wall -Wextra -O3 -pthread
INCLUDES =
LDFLAGS =
LIBS = -luv