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 1398a39 commit e952634Copy full SHA for e952634
dexmaker-mockito-inline/CMakeLists.txt
@@ -31,3 +31,5 @@ add_library(dexmakerjvmtiagent
31
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")
32
33
target_link_libraries(dexmakerjvmtiagent slicer)
34
+
35
+target_link_options(dexmakerjvmtiagent PRIVATE "-Wl,-z,max-page-size=16384")
0 commit comments