Skip to content

Commit f76c446

Browse files
authored
Merge pull request ceph#51851 from Matan-B/wip-matanb-cmake-allocator-status
CMakeLists.txt: increase verbosity for selected allocator Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Radosław Zarzyński <[email protected]>
2 parents bdca2dc + e6d56c1 commit f76c446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ if(NOT ALLOCATOR STREQUAL "libc")
391391
$<$<COMPILE_LANGUAGE:CXX>:-fno-builtin-realloc>
392392
$<$<COMPILE_LANGUAGE:CXX>:-fno-builtin-free>)
393393
endif()
394+
message(STATUS "allocator selected: ${ALLOCATOR}")
394395

395396
# Mingw generates incorrect entry points when using "-pie".
396397
if(WIN32 OR (HAVE_LIBTCMALLOC AND WITH_STATIC_LIBSTDCXX))

0 commit comments

Comments
 (0)