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 88892eb commit 271356cCopy full SHA for 271356c
CMakeLists.txt
@@ -15,3 +15,5 @@ CHECK_C_COMPILER_FLAG(-Oz COMPILER_SUPPORTS_OZ)
15
if(COMPILER_SUPPORTS_OZ)
16
add_definitions("-Oz")
17
endif()
18
+set (CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,max-page-size=16384")
19
+set(CMAKE_VERBOSE_MAKEFILE ON)
0 commit comments