]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
configure: Allow passing extra Objective C compiler flags
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 8 Jan 2022 21:38:55 +0000 (22:38 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 15 Mar 2022 12:36:33 +0000 (13:36 +0100)
commite910c7d9bf8e981bb1b7458c4793c5aedee98850
tree204406dbb8e1e6f1bcf648d42b8760fdb1488e11
parenta72ada1662ee3105c5d66ddc8930d98e9cab62be
configure: Allow passing extra Objective C compiler flags

We can pass C/CPP/LD flags via CFLAGS/CXXFLAGS/LDFLAGS environment
variables, or via configure --extra-cflags / --extra-cxxflags /
--extra-ldflags options. Provide similar behavior for Objective C:
use existing flags from $OBJCFLAGS, or passed via --extra-objcflags.

Reviewed-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Tested-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
configure
meson.build