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.
1 parent bd56dfe commit df3ec2aCopy full SHA for df3ec2a
android/CMakeLists.txt
@@ -86,3 +86,7 @@ set_target_properties(
86
C_VISIBILITY_PRESET hidden
87
VISIBILITY_INLINES_HIDDEN 1
88
)
89
+
90
+# Add 16 KB page size compatibility
91
+target_link_options(webcrypto PRIVATE "-Wl,-z,max-page-size=16384")
92
+target_link_options(webcrypto PRIVATE "-Wl,-z,common-page-size=16384")
0 commit comments