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 b0afef7 commit 1cca95aCopy full SHA for 1cca95a
platform/android/sdk/CMakeLists.txt
@@ -8,6 +8,7 @@ get_filename_component(CORONA_ROOT "${CMAKE_SOURCE_DIR}/../../.." ABSOLUTE)
8
9
set(Lua2CppOutputDir "${CMAKE_CURRENT_BINARY_DIR}/generated_src")
10
set(LuaIncludePath "${CORONA_ROOT}/external/lua-5.1.3/src")
11
+set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,max-page-size=16384")
12
13
include(AndroidNdkModules)
14
android_ndk_import_module_cpufeatures()
0 commit comments