From 09cc68402bb74152a141105b2997ca4072d8d55c Mon Sep 17 00:00:00 2001 From: Fabrice Date: Wed, 25 Mar 2026 17:32:59 +0100 Subject: print config --- CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fb6c3c..b57ee49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,4 +63,11 @@ add_if_enabled(cheesemap CM_ENABLE_UBSAN COMPILE_OPTIONS -fsanitize=undefined LI add_if_enabled(cheesemap CM_ENABLE_ASAN COMPILE_OPTIONS -fsanitize=address LINK_OPTIONS -fsanitize=address) add_if_enabled(cheesemap CM_ENABLE_SSE2 COMPILE_OPTIONS -msse2 DEFINITIONS CM_ENABLE_SSE2=1) - +## configuration summary + +message(STATUS "cheesemap configuration:") +message(STATUS " CM_PANIC_SYM: ${CM_PANIC_SYM}") +message(STATUS " CM_ENABLE_EXTENDED_DEBUG: ${CM_ENABLE_EXTENDED_DEBUG}") +message(STATUS " CM_ENABLE_UBSAN: ${CM_ENABLE_UBSAN}") +message(STATUS " CM_ENABLE_ASAN: ${CM_ENABLE_ASAN}") +message(STATUS " CM_ENABLE_SSE2: ${CM_ENABLE_SSE2}") -- cgit v1.2.3