Commit c8ccfa4b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Also increase the stack for GCOVING

parent c4b418a1
......@@ -683,7 +683,7 @@ MCF_InitParams(struct cli *cli)
low = sysconf(_SC_THREAD_STACK_MIN);
MCF_ParamConf(MCF_MINIMUM, "thread_pool_stack", "%jdb", (intmax_t)low);
#if defined(__SANITIZER) || __has_feature(address_sanitizer)
#if defined(__SANITIZER) || __has_feature(address_sanitizer) || defined(GCOVING)
def = 92 * 1024;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment