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 a815e04 commit bca69aeCopy full SHA for bca69ae
src/mono/CMakeLists.txt
@@ -506,9 +506,7 @@ endif()
506
if(TARGET_ANDROID AND (TARGET_AMD64 OR TARGET_ARM64))
507
# Google requires all the native libraries to be aligned to 16 bytes (for 16k memory page size)
508
# This applies only to 64-bit binaries
509
- message("Android: TARGET_ARCH == ${TARGET_ARCH}")
510
if((TARGET_ARCH STREQUAL "arm64") OR (TARGET_ARCH STREQUAL "x86_64"))
511
- message("Android: adding 16k alignment options")
512
add_link_options(LINKER:-z,max-page-size=16384)
513
endif()
514
0 commit comments