On 07/10/21 22:41, Marc-André Lureau wrote:
>
> I have not investigated why, but this broke at least
> --enable-trace-backend=log for me:
> ERROR: unknown option --enable-trace-backend=log
From the commit message:
"A few options change name: --enable-tcmalloc and --enable-jemalloc
become --enable-malloc={tcmalloc,jemalloc}; --disable-blobs becomes
--disable-install-blobs; --enable-trace-backend becomes
--enable-trace-backends".
Right, I got tired of reviewing at this point to read the whole thing.
I'll add some code for backwards compatibility.
Yes, I guess that will help others as well, thanks!