Commit 60ed13d9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Modern(er) JEmalloc has removed opt.redzone and fail if you try to enable it.

parent c0574980
......@@ -424,7 +424,7 @@ i_mode(void)
/*
* strict jemalloc checking
*/
AZ(putenv(strdup("MALLOC_CONF=abort:true,redzone:true,junk:true")));
AZ(putenv(strdup("MALLOC_CONF=abort:true,junk:true")));
}
/**********************************************************************
......
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