Hi
On Fri, Oct 8, 2021 at 12:43 PM Paolo Bonzini wrote:
> 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
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-m
Hi
On Thu, Oct 7, 2021 at 5:28 PM Paolo Bonzini wrote:
> Right now meson_options.txt lists about 90 options. Each option
> needs code in configure to parse it and pass the option down to Meson as
> a -D command-line argument; in addition the default must be duplicated
> between configure and me
Right now meson_options.txt lists about 90 options. Each option
needs code in configure to parse it and pass the option down to Meson as
a -D command-line argument; in addition the default must be duplicated
between configure and meson_options.txt. This series tries to remove
the code duplication