Skip to content

Commit

Permalink
Default symbol visibility to hidden in static libs too
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Aug 14, 2024
1 parent 7a014d8 commit 270be73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ file(GLOB EVENT_STREAM_SRC
${AWS_EVENT_STREAM_SRC}
)

aws_set_common_policies()
add_library(${PROJECT_NAME} ${EVENT_STREAM_SRC})
aws_set_common_properties(${PROJECT_NAME})
aws_add_sanitizers(${PROJECT_NAME})
Expand Down

0 comments on commit 270be73

Please sign in to comment.