Enable the debug calltrace by default.
Этот коммит содержится в:
родитель
86418bfbbe
Коммит
8e6ab1809f
@ -69,5 +69,9 @@ if (WITH_DEBUG_CRYPTO)
|
|||||||
set(DEBUG_CRYPTO 1)
|
set(DEBUG_CRYPTO 1)
|
||||||
endif (WITH_DEBUG_CRYPTO)
|
endif (WITH_DEBUG_CRYPTO)
|
||||||
|
|
||||||
|
if (WITH_DEBUG_CALLTRACE)
|
||||||
|
set(DEBUG_CALLTRACE 1)
|
||||||
|
endif (WITH_DEBUG_CALLTRACE)
|
||||||
|
|
||||||
# ENDIAN
|
# ENDIAN
|
||||||
test_big_endian(WORDS_BIGENDIAN)
|
test_big_endian(WORDS_BIGENDIAN)
|
||||||
|
@ -3,4 +3,5 @@ option(WITH_SSH1 "Build with SSH1 support" OFF)
|
|||||||
option(WITH_SFTP "Build with SFTP support" ON)
|
option(WITH_SFTP "Build with SFTP support" ON)
|
||||||
option(WITH_SERVER "Build with SSH server support" ON)
|
option(WITH_SERVER "Build with SSH server support" ON)
|
||||||
option(WITH_STATIC_LIB "Build with a static library" OFF)
|
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)
|
||||||
|
@ -77,6 +77,9 @@
|
|||||||
/* Define to 1 if you want to enable debug output for crypto functions */
|
/* Define to 1 if you want to enable debug output for crypto functions */
|
||||||
#cmakedefine DEBUG_CRYPTO 1
|
#cmakedefine DEBUG_CRYPTO 1
|
||||||
|
|
||||||
|
/* Define to 1 if you want to enable calltrace debug output */
|
||||||
|
#cmakedefine DEBUG_CALLTRACE 1
|
||||||
|
|
||||||
/*************************** ENDIAN *****************************/
|
/*************************** ENDIAN *****************************/
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user