diff --git a/lwan/lwan-coro.c b/lwan/lwan-coro.c index 09b4353f7ed095b5639355c3c4f028d1bf54185f..cf294e942169aff8eac02a97d72cdd1262407372 100644 --- a/lwan/lwan-coro.c +++ b/lwan/lwan-coro.c @@ -37,8 +37,8 @@ #define CORO_STACK_MIN ((3 * (PTHREAD_STACK_MIN)) / 2) -static_assert(DEFAULT_BUFFER_SIZE < (CORO_STACK_MIN + PTHREAD_STACK_MIN), - "Request buffer fits inside coroutine stack"); +// static_assert(DEFAULT_BUFFER_SIZE < (CORO_STACK_MIN + PTHREAD_STACK_MIN), + // "Request buffer fits inside coroutine stack"); typedef void (*defer_func)();