Skip to content

Commit

Permalink
make it private
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jul 2, 2024
1 parent eb7064b commit 24ca6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AwsSanitizers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function(aws_add_sanitizers target)
endif()
else()
target_compile_options(${target} PRIVATE -fno-omit-frame-pointer -fsanitize=${PRESENT_SANITIZERS})
target_link_libraries(${target} PUBLIC "-fno-omit-frame-pointer -fsanitize=${PRESENT_SANITIZERS}")
target_link_libraries(${target} PRIVATE "-fno-omit-frame-pointer -fsanitize=${PRESENT_SANITIZERS}")
endif()

string(REPLACE "," ";" PRESENT_SANITIZERS "${PRESENT_SANITIZERS}")
Expand Down

0 comments on commit 24ca6a6

Please sign in to comment.