summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-05-10 19:27:01 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-05-10 19:27:01 +0200
commitb8fdf19ec666b68588c8bd26eea6d1731dbc393f (patch)
tree912072fd41286d0d774b11ba529965efd7b6be80 /Makefile
parent418853dc10e8a9de715155f0820e44e7d66ae164 (diff)
downloadhittpd-b8fdf19ec666b68588c8bd26eea6d1731dbc393f.tar.gz
hittpd-b8fdf19ec666b68588c8bd26eea6d1731dbc393f.tar.xz
hittpd-b8fdf19ec666b68588c8bd26eea6d1731dbc393f.zip
use linux aio io-submit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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