meson: prepare move of QEMU_CFLAGS to meson
commitd67212d47f7f114a34dba558997f6e56435777e1
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2022 15:13:23 +0000 (12 17:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:52 +0000 (18 08:53 +0200)
tree23f0fcd5492ace77c3b2623b49b6a0c395e528b5
parent6002711c669ecfa9124e9a5a6264ced30bbee3f9
meson: prepare move of QEMU_CFLAGS to meson

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.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build