OSDN Git Service

configure: Enable -Wthread-safety if present
authorKevin Wolf <kwolf@redhat.com>
Tue, 17 Jan 2023 13:52:03 +0000 (08:52 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 17 Feb 2023 10:22:19 +0000 (11:22 +0100)
commit3d2d4cc5a23229088528f9451518f12dea9a7285
tree481e79554310a96fa420be1359d85e937d053ce7
parente022d9cab70f02f7a8fb5fd9c619f46ac877dc4e
configure: Enable -Wthread-safety if present

This enables clang's thread safety analysis (TSA), which we'll use to
statically check the block graph locking.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20221207131838.239125-9-kwolf@redhat.com>
Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230117135203.3049709-4-eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
configure