Skip to content

Commit e952634

Browse files
Set flags to support 16kb page size for dexmakerjvmtiagent on dexmaker-mockito-inline module
1 parent 1398a39 commit e952634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dexmaker-mockito-inline/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ add_library(dexmakerjvmtiagent
3131
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DANDROID_STL=c++_shared -frtti -Wall -Werror -Wno-unused-parameter -Wno-shift-count-overflow -Wno-error=non-virtual-dtor -Wno-sign-compare -Wno-switch -Wno-missing-braces")
3232

3333
target_link_libraries(dexmakerjvmtiagent slicer)
34+
35+
target_link_options(dexmakerjvmtiagent PRIVATE "-Wl,-z,max-page-size=16384")

0 commit comments

Comments
 (0)