From 62d43d23e6dc10a351e64b95724810a94ceb1f0a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 26 Apr 2013 13:11:28 -0500 Subject: Add cmake configure option to support ksmserver shutdown debugging timing markers. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 045ab441d..0810f94ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,6 +183,7 @@ option( BUILD_TSAK "Build tsak" ${BUILD_ALL} ) option( BUILD_KROOTBACKING "Build krootbacking" ${BUILD_ALL} ) option( BUILD_TQT3INTEGRATION "Build tqt3integration" ${BUILD_ALL} ) option( BUILD_CRASHTEST "Build crash test program" ${BUILD_ALL} ) +option( BUILD_PROFILE_SHUTDOWN "Build ksmserver shutdown debugging timing markers" OFF ) ##### set PKG_CONFIG_PATH ####################### -- cgit v1.2.1