[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH 01/21] meson.build Add CONFIG_HEXAGON_IDEF_PARSER
From: |
Taylor Simpson |
Subject: |
RE: [PATCH 01/21] meson.build Add CONFIG_HEXAGON_IDEF_PARSER |
Date: |
Wed, 26 Apr 2023 17:34:29 +0000 |
> -----Original Message-----
> From: Richard Henderson <richard.henderson@linaro.org>
> Sent: Wednesday, April 26, 2023 12:32 PM
> To: Taylor Simpson <tsimpson@quicinc.com>; qemu-devel@nongnu.org
> Cc: philmd@linaro.org; ale@rev.ng; anjo@rev.ng; Brian Cain
> <bcain@quicinc.com>; Matheus Bernardino (QUIC)
> <quic_mathbern@quicinc.com>; pbonzini@redhat.com;
> marcandre.lureau@redhat.com; berrange@redhat.com; thuth@redhat.com
> Subject: Re: [PATCH 01/21] meson.build Add
> CONFIG_HEXAGON_IDEF_PARSER
>
> On 4/26/23 01:40, Taylor Simpson wrote:
> > Enable conditional compilation depending on whether idef-parser is
> > configured
> >
> > Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
> > ---
> > meson.build | 1 +
> > 1 file changed, 1 insertion(+)
>
> Are you not at the point where you want this unconditionally?
> How long do you intend to keep this optional?
The default is ON, but we want to keep the OFF option working.
Thanks,
Taylor