Commit 58bdd33a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Derive DONT_DLCLOSE_VMODS from the configuration

parent 69c9e7e7
......@@ -514,6 +514,10 @@ void VCL_TaskLeave(VRT_CTX, struct vrt_privs *);
void VMOD_Init(void);
void VMOD_Panic(struct vsb *);
#if defined(GCOVING) || defined(__SANITIZER)
# define DONT_DLCLOSE_VMODS
#endif
/* cache_wrk.c */
void WRK_Init(void);
void WRK_AddStat(const struct worker *);
......
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