]> www.infradead.org Git - users/dwmw2/qemu.git/commit
meson: Move -fsanitize=undefined into normal configuraton
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Aug 2024 09:52:16 +0000 (19:52 +1000)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Sep 2024 07:49:11 +0000 (09:49 +0200)
commitdb770a206c3e3474103b15d1a082b99652c625d6
tree6d3e776d119c238f0a28e2e0996c2b09f9744a6b
parentcb771ac1f59ced0aba5acedacfd4e92a9d0727b6
meson: Move -fsanitize=undefined into normal configuraton

With 8e466dd09246 and 23ef50ae2d0c, we disable function pointer
sanitization in CI because the qemu code base does not support it.
We must disable this for normal usage of --enable-ubsan as well,
so move it there.

Append options rather than prepend, since all of this requires
proper ordering of options.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240813095216.306555-3-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/buildtest.yml
meson.build