Просмотр исходного кода

Status message for debug support

Ioannis Koutras лет назад: 12
Родитель
Сommit
f06cb998f5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -96,6 +96,7 @@ endif(RAW_BLOCKS_TYPE STREQUAL "freelist")
 
 message(STATUS "Have statistics: " ${STATS})
 message(STATUS "Requested Size per Block: " ${REQUEST_SIZE_INFO})
+message(STATUS "Support for debug functions: " ${WITH_DEBUG})
 message(STATUS "Adaptivity: " ${WITH_ADAPTIVITY})
 message(STATUS "Support for realloc(): " ${WITH_REALLOC})
 message(STATUS "********************************************")