aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-12 10:08:20 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-12 10:08:20 +0200
commit8e6ab1809fe7c6fa63385790aabb4f1468d1c411 (patch)
tree35ca606a7c3a45af7659d2743ed80ba63be8b0f1 /ConfigureChecks.cmake
parent86418bfbbe2d6afcd630f93d5858f2d3353e12f9 (diff)
downloadlibssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.tar.gz
libssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.tar.xz
libssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.zip
Enable the debug calltrace by default.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 482ce65..e3f53ea 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -69,5 +69,9 @@ if (WITH_DEBUG_CRYPTO)
set(DEBUG_CRYPTO 1)
endif (WITH_DEBUG_CRYPTO)
+if (WITH_DEBUG_CALLTRACE)
+ set(DEBUG_CALLTRACE 1)
+endif (WITH_DEBUG_CALLTRACE)
+
# ENDIAN
test_big_endian(WORDS_BIGENDIAN)