From bfd318dcc71aa01c69e772e8bfbfece4df66e761 Mon Sep 17 00:00:00 2001 From: zfl9 Date: Fri, 11 Oct 2019 20:02:40 +0800 Subject: update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3