]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: merge all cc_flags arrays into one
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 8 Apr 2021 10:23:03 +0000 (11:23 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 23 Apr 2021 15:12:53 +0000 (16:12 +0100)
commit8394f08e9d80eb8ab18145afcf1533a69b77eb8a
tree71d7de526e3899f7f31a4e8aa3e9ef0d08df05bd
parent2e85a83abee2982a7791e9b5d912af3799032bf6
meson: merge all cc_flags arrays into one

The split of arrays is fairly arbitrary and a hang over from the way we
had to structure lists of flags when we used GNULIB's compiler flag
checking m4 logic.

The separate lists leads to cases where we enable a flag in one list and
have contradictory setting in another list, which leads to confusion.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build