meson: define qemu_cflags/qemu_ldflags
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Nov 2021 11:36:29 +0000 (12:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Feb 2022 09:35:53 +0000 (10:35 +0100)
commit8cc2d231b30799b45ce477e6cb472124456df4a4
tree7930a4b137a9075f99573e3284a2502a4d890090
parent406523f6b3e0482c2b3be571db7e979473d09d12
meson: define qemu_cflags/qemu_ldflags

Prepare for moving more compiler tests to Meson.  If the full set
of compiler flags is needed in a cc.compiles/cc.links test, it will
be handy to have a variable analogous to QEMU_CFLAGS.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build