ThreadSanitizer support was introduced via this issue (#3919), which is great progress.
However, the current compiler flags are specific to Clang and not compatible with GCC. Since we’re using GCC, it would be very helpful to have sanitizer support tailored for it as well.
Is there any plan to extend compatibility, or would contributions in that direction be welcome?