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 1a94e80 commit 76d3ba4Copy full SHA for 76d3ba4
CMakeLists.txt
@@ -274,6 +274,7 @@ check_symbol_exists(__printflike "bsd/sys/cdefs.h" HAVE_PRINTFLIKE)
274
275
if(CMAKE_SYSTEM_NAME STREQUAL Android)
276
set(ENABLE_DTRACE_DEFAULT OFF)
277
+ add_link_options("LINKER:-z,max-page-size=16384")
278
endif()
279
280
if(CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
0 commit comments