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 004fefcCopy full SHA for 004fefc
CMakeLists.txt
@@ -83,7 +83,8 @@ 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
-if (DEFINED ENABLE_PQC_DBG_LOG)
+option(ENABLE_PQC_DBG_LOG "Enable debug logging for PQC" OFF)
87
+if (ENABLE_PQC_DBG_LOG)
88
add_definitions(-DENABLE_PQC_DBG_LOG)
89
endif()
90
0 commit comments