Skip to content

Commit 74938a2

Browse files
committed
remove debug stuff
1 parent db6f208 commit 74938a2

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
@@ -509,9 +509,7 @@ endif()
509509
if(TARGET_ANDROID AND (TARGET_AMD64 OR TARGET_ARM64))
510510
# Google requires all the native libraries to be aligned to 16 bytes (for 16k memory page size)
511511
# This applies only to 64-bit binaries
512-
message("Android: TARGET_ARCH == ${TARGET_ARCH}")
513512
if((TARGET_ARCH STREQUAL "arm64") OR (TARGET_ARCH STREQUAL "x86_64"))
514-
message("Android: adding 16k alignment options")
515513
add_link_options(LINKER:-z,max-page-size=16384)
516514
endif()
517515
endif()

0 commit comments

Comments
 (0)