We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9829e3f commit dac7478Copy full SHA for dac7478
2 files changed
src/CMakeLists.txt
@@ -68,6 +68,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
68
69
option (USE_WINSOCK "Use winsock instead of BSD sockets (windows-only)" OFF)
70
endif ()
71
+option (DEBUG_SCHANNEL "Enable debug output in schannel backend" OFF)
72
73
### Dependencies
74
target_link_libraries (https https-common)
src/common/config.h.in
@@ -4,3 +4,4 @@
4
#cmakedefine USE_NSURL_BACKEND
5
#cmakedefine USE_WINSOCK
6
#define DLLEXPORT @DLLEXPORT@
7
+#cmakedefine DEBUG_SCHANNEL
0 commit comments