Skip to content

Commit 25ee951

Browse files
committed
fix ENABLE_PQC_DBG_LOG flag
1 parent a739940 commit 25ee951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ option(ENABLE_CRYPTO_REFRESH "Enable crypto-refresh support (v6)")
8383
option(ENABLE_PQC "Enable PQC support")
8484

8585
# 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)
8687
if (DEFINED ENABLE_PQC_DBG_LOG)
8788
add_definitions(-DENABLE_PQC_DBG_LOG)
8889
endif()

0 commit comments

Comments
 (0)