We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 704f7af + acf3dbe commit ddd11faCopy full SHA for ddd11fa
icuSources/CMakeLists.txt
@@ -35,6 +35,10 @@ if(LINKER_SUPPORTS_BUILD_ID)
35
target_link_options(_FoundationICU PRIVATE "LINKER:--build-id=sha1")
36
endif()
37
38
+if(ANDROID)
39
+ target_link_options(_FoundationICU PRIVATE "LINKER:-z,max-page-size=16384")
40
+endif()
41
+
42
# Copy Headers to known directory for direct client (XCTest) test builds
43
file(COPY
44
include/
0 commit comments