Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions icuSources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ if(LINKER_SUPPORTS_BUILD_ID)
target_link_options(_FoundationICU PRIVATE "LINKER:--build-id=sha1")
endif()

if(ANDROID)
target_link_options(_FoundationICU PRIVATE "LINKER:-z,max-page-size=16384")
endif()

# Copy Headers to known directory for direct client (XCTest) test builds
file(COPY
include/
Expand Down