Skip to content

Commit bca69ae

Browse files
committed
remove debug stuff
1 parent a815e04 commit bca69ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mono/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,7 @@ endif()
506506
if(TARGET_ANDROID AND (TARGET_AMD64 OR TARGET_ARM64))
507507
# Google requires all the native libraries to be aligned to 16 bytes (for 16k memory page size)
508508
# This applies only to 64-bit binaries
509-
message("Android: TARGET_ARCH == ${TARGET_ARCH}")
510509
if((TARGET_ARCH STREQUAL "arm64") OR (TARGET_ARCH STREQUAL "x86_64"))
511-
message("Android: adding 16k alignment options")
512510
add_link_options(LINKER:-z,max-page-size=16384)
513511
endif()
514512
endif()

0 commit comments

Comments
 (0)