We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83dcc3 commit f5b0594Copy full SHA for f5b0594
quickjs/android/CMakeLists.txt
@@ -8,3 +8,5 @@ file(GLOB_RECURSE sources "../common/native/*.c" "../common/native/*.cpp")
8
add_library(quickjs SHARED ${sources})
9
10
target_link_libraries(quickjs)
11
+
12
+target_link_options(quickjs PRIVATE "-Wl,-z,max-page-size=16384")
0 commit comments