We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6221b0 commit 24f3d93Copy full SHA for 24f3d93
cmake/sanitizers.cmake
@@ -8,7 +8,7 @@ endif()
8
# Address Sanitizer and Undefined Behavior Sanitizer can be run at the same time.
9
# Thread Sanitizer requires its own build.
10
if(BTCPP_ENABLE_TSAN AND (BTCPP_ENABLE_ASAN OR BTCPP_ENABLE_UBSAN))
11
- message(FATAL_ERROR "TSAN is not compatible with ASAN or UBSAN. Please enable only one of them.")
+ message(FATAL_ERROR "TSan is not compatible with ASan or UBSan. ASan and UBSan can run together, but TSan requires its own separate build.")
12
endif()
13
14
if(BTCPP_ENABLE_ASAN)
0 commit comments