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