Skip to content

Commit f5b0594

Browse files
committed
enable 16kb compatible for Android
1 parent d83dcc3 commit f5b0594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quickjs/android/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ file(GLOB_RECURSE sources "../common/native/*.c" "../common/native/*.cpp")
88
add_library(quickjs SHARED ${sources})
99

1010
target_link_libraries(quickjs)
11+
12+
target_link_options(quickjs PRIVATE "-Wl,-z,max-page-size=16384")

0 commit comments

Comments
 (0)