We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a739940 commit 25ee951Copy full SHA for 25ee951
CMakeLists.txt
@@ -83,6 +83,7 @@ option(ENABLE_CRYPTO_REFRESH "Enable crypto-refresh support (v6)")
83
option(ENABLE_PQC "Enable PQC support")
84
85
# Note: The following flag is only temporary and will be removed once POC is in a stable state
86
+option(ENABLE_PQC_DBG_LOG "Enable debug logging for PQC" OFF)
87
if (DEFINED ENABLE_PQC_DBG_LOG)
88
add_definitions(-DENABLE_PQC_DBG_LOG)
89
endif()
0 commit comments