aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.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 /DefineOptions.cmake
parent86418bfbbe2d6afcd630f93d5858f2d3353e12f9 (diff)
downloadlibssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.tar.gz
libssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.tar.xz
libssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.zip
Enable the debug calltrace by default.
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index d482e199..0fb25876 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -3,4 +3,5 @@ option(WITH_SSH1 "Build with SSH1 support" OFF)
option(WITH_SFTP "Build with SFTP support" ON)
option(WITH_SERVER "Build with SSH server support" ON)
option(WITH_STATIC_LIB "Build with a static library" OFF)
-option(WITH_DEBUG_CRYPTO "Build with cryto debut output" OFF)
+option(WITH_DEBUG_CRYPTO "Build with cryto debug output" OFF)
+option(WITH_DEBUG_CALLTRACE "Build with calltrace debug output" ON)