Re: [PATCH 26/30] build: move remaining compiler flag tests to meson

2022-12-12 Thread Marc-André Lureau
Hi On Fri, Dec 9, 2022 at 3:38 PM Paolo Bonzini wrote: > > Remove the only remaining uses of QEMU_CFLAGS. Now that no > feature tests are done in configure, it is possible to remove > CONFIGURE_CFLAGS and CONFIGURE_LDFLAGS as well. > > Signed-off-by: Paolo Bonzini Reviewed-by: Marc-André Lurea

[PATCH 26/30] build: move remaining compiler flag tests to meson

2022-12-09 Thread Paolo Bonzini
Remove the only remaining uses of QEMU_CFLAGS. Now that no feature tests are done in configure, it is possible to remove CONFIGURE_CFLAGS and CONFIGURE_LDFLAGS as well. Signed-off-by: Paolo Bonzini --- configure | 79 - meson.build | 49