On 13/08/2024 11.52, Richard Henderson wrote:
In the CI that we actually run (x86) we don't want to use ASan,
only UBSan, we jump through --extra-cflags hoops to make that
happen, and we fail to disable function sanitizer during normal
configuration.
In the CI that we don't run, we enable ASan and fail to disable
function sanitizer. So its a bit lucky that don't run it.
Split the --enable-santizers config option, and move stuff back
to meson.build from .gitlab-ci.d.
Reviewed-by: Thomas Huth <th...@redhat.com>
and queued.