diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-26 13:11:28 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-26 13:11:28 -0500 |
commit | 62d43d23e6dc10a351e64b95724810a94ceb1f0a (patch) | |
tree | 94ae7272e9c801e510d8630a302dd5d4b4976268 /config.h.cmake | |
parent | 55a0cc423fbf014b8f016d4b0128ce2924bba6ce (diff) | |
download | tdebase-62d43d23e6dc10a351e64b95724810a94ceb1f0a.tar.gz tdebase-62d43d23e6dc10a351e64b95724810a94ceb1f0a.zip |
Add cmake configure option to support ksmserver shutdown debugging timing markers.
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index a30f057eb..3b8dbfa1c 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -189,3 +189,6 @@ // tsak #cmakedefine BUILD_TSAK "@BUILD_TSAK@" + +// Defined when wanting ksmserver shutdown debugging timing markers in .xsession-errors +#cmakedefine BUILD_PROFILE_SHUTDOWN 1 |