Skip to content

Commit 87ee590

Browse files
committed
fix(async): remove sanitizer integration
- remove AsyncSanitizers include - ensure module does not inject sanitizer flags - delegate sanitizer control to umbrella fix clang ASan/UBSan link errors
1 parent 8645c06 commit 87ee590

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ include(GNUInstallDirs)
2020
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
2121
include(AsyncOptions)
2222
include(AsyncWarnings)
23-
include(AsyncSanitizers)
2423

2524
# ----------------------------------------------------
2625
# Asio policy (same spirit as p2p)

0 commit comments

Comments
 (0)