We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88892eb commit 7fc2ec2Copy full SHA for 7fc2ec2
CMakeLists.txt
@@ -15,3 +15,4 @@ 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")
0 commit comments