]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
CMakeLists.txt: increase verbosity for selected allocator 51851/head
authorMatan Breizman <mbreizma@redhat.com>
Wed, 31 May 2023 11:06:16 +0000 (11:06 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 31 May 2023 11:12:43 +0000 (11:12 +0000)
commite6d56c1effc54006cc9367c7afa6e7d2c64194b6
treee6a3f8c1c784eb551574119cd4af64eccc64d486
parent714978806f7fa0d4d20a074158f6100ccf3a366c
CMakeLists.txt: increase verbosity for selected allocator

Unless the allocator was set on command line, we will select one based on the following order:
```
"specify memory allocator to use. currently tcmalloc, tcmalloc_minimal, \
jemalloc, and libc is supported. if not specified, will try to find tcmalloc, \
and then jemalloc. If neither of then is found. use the one in libc.")
```
with this change, cmake will explicitly message the compiler selected,
otherwise we have no option to identify the one which is being used.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
CMakeLists.txt