We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d510b11 commit ba87712Copy full SHA for ba87712
CMakeLists.txt
@@ -59,7 +59,7 @@ file(GLOB HTTP_SRC
59
add_library(${PROJECT_NAME} ${HTTP_HEADERS} ${HTTP_SRC})
60
aws_set_common_properties(${PROJECT_NAME})
61
aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_HTTP")
62
-aws_add_sanitizers(${PROJECT_NAME} BLACKLIST "sanitizer-blacklist.txt")
+aws_add_sanitizers(${PROJECT_NAME})
63
64
# We are not ABI stable yet
65
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
sanitizer-blacklist.txt
0 commit comments