Skip to content

Commit b099506

Browse files
committed
Tell whether Lwan is using libucontext or the builtin coro switcher
1 parent 2507ade commit b099506

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bin/lwan/main.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ print_build_time_configuration(void)
8585
#endif
8686

8787
#if defined(LWAN_HAVE_LIBUCONTEXT)
88-
printf(" libucontext");
88+
printf(" libucontext-coroutine");
89+
#else
90+
printf(" builtin-coroutine");
8991
#endif
9092

9193
#if defined(LWAN_HAVE_EPOLL)

0 commit comments

Comments
 (0)