Skip to content

Commit ba87712

Browse files
remove sanitizer blacklist (#432)
1 parent d510b11 commit ba87712

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ file(GLOB HTTP_SRC
5959
add_library(${PROJECT_NAME} ${HTTP_HEADERS} ${HTTP_SRC})
6060
aws_set_common_properties(${PROJECT_NAME})
6161
aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_HTTP")
62-
aws_add_sanitizers(${PROJECT_NAME} BLACKLIST "sanitizer-blacklist.txt")
62+
aws_add_sanitizers(${PROJECT_NAME})
6363

6464
# We are not ABI stable yet
6565
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)

sanitizer-blacklist.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)