Skip to content

Commit 8645c06

Browse files
committed
fix(async): remove sanitizer flags from library
sanitizers must be applied at executable level only fix clang ASan/UBSan link errors in websocket examples
1 parent 9c9be66 commit 8645c06

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
@@ -126,7 +126,6 @@ vix_async_apply_asio_common(vix_async PUBLIC)
126126

127127
# Warnings / sanitizers (module local)
128128
async_apply_warnings(vix_async)
129-
async_apply_sanitizers(vix_async)
130129

131130
set_target_properties(vix_async PROPERTIES
132131
CXX_EXTENSIONS OFF

0 commit comments

Comments
 (0)