[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 20/30] meson: prepare move of QEMU_CFLAGS to meson
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 20/30] meson: prepare move of QEMU_CFLAGS to meson |
Date: |
Fri, 16 Dec 2022 15:11:22 +0000 |
User-agent: |
Mutt/2.2.7 (2022-08-07) |
On Fri, Dec 09, 2022 at 12:23:59PM +0100, Paolo Bonzini wrote:
> Clean up the handling of compiler flags in meson.build, splitting
> the general flags that should be included in subprojects as well,
> from warning flags that only apply to QEMU itself. The two were
> mixed in both configure tests and meson tests.
>
> This split makes it easier to move the compiler tests piecewise
> from configure to Meson.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> meson.build | 53 +++++++++++++++++++++++++++++------------------------
> 1 file changed, 29 insertions(+), 24 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH 17/30] configure: remove pkg-config functions, (continued)
- [PATCH 25/30] build: move warning flag selection to meson, Paolo Bonzini, 2022/12/09
- [PATCH 27/30] build: move compiler version check to meson, Paolo Bonzini, 2022/12/09
- [PATCH 20/30] meson: prepare move of QEMU_CFLAGS to meson, Paolo Bonzini, 2022/12/09
- [PATCH 18/30] configure, meson: move --enable-modules to Meson, Paolo Bonzini, 2022/12/09
- [PATCH 19/30] configure, meson: move --enable-debug-info to Meson, Paolo Bonzini, 2022/12/09
- [PATCH 26/30] build: move remaining compiler flag tests to meson, Paolo Bonzini, 2022/12/09