Skip to content

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Jul 8, 2024
1 parent db6f208 commit 74938a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mono/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,7 @@ endif()
if(TARGET_ANDROID AND (TARGET_AMD64 OR TARGET_ARM64))
# Google requires all the native libraries to be aligned to 16 bytes (for 16k memory page size)
# This applies only to 64-bit binaries
message("Android: TARGET_ARCH == ${TARGET_ARCH}")
if((TARGET_ARCH STREQUAL "arm64") OR (TARGET_ARCH STREQUAL "x86_64"))
message("Android: adding 16k alignment options")
add_link_options(LINKER:-z,max-page-size=16384)
endif()
endif()
Expand Down

0 comments on commit 74938a2

Please sign in to comment.