diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ce2e03..cdf9aaeb 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,8 +123,6 @@ target_link_options( if (${ENABLE_SANITIZERS}) message(WARNING "Sanitizers have been enabled") - # For TSAN, see ThreadSanitizerSuppression.txt - # Some sanitizers are not compatible with each other. target_compile_options( Bloom diff --git a/ThreadSanitizerSuppression.txt b/ThreadSanitizerSuppression.txt deleted file mode 100644 index 0455f753..00000000 --- a/ThreadSanitizerSuppression.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Suppression file can be specified via: -# TSAN_OPTIONS="suppressions=../../../ThreadSanitizerSuppression.txt" bloom - -race:libusb-1.0 -race:libglib \ No newline at end of file