ソースを参照

Status message for debug support

Ioannis Koutras 12 年 前
コミット
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 "********************************************")