Skip to content

Commit

Permalink
Tell whether Lwan is using libucontext or the builtin coro switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Apr 30, 2024
1 parent 2507ade commit b099506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/lwan/main.c
Expand Up @@ -85,7 +85,9 @@ print_build_time_configuration(void)
#endif

#if defined(LWAN_HAVE_LIBUCONTEXT)
printf(" libucontext");
printf(" libucontext-coroutine");
#else
printf(" builtin-coroutine");
#endif

#if defined(LWAN_HAVE_EPOLL)
Expand Down

0 comments on commit b099506

Please sign in to comment.