From b8fdf19ec666b68588c8bd26eea6d1731dbc393f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 10 May 2020 19:27:01 +0200 Subject: use linux aio --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4203428..b1946df 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ ALL=hittpd OBJ=hittpd.o http-parser/http_parser.o +LDLIBS=-laio CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings CPPFLAGS=-Ihttp-parser -- cgit 1.4.1