cmake: mention 'insecure' in the debug build warning

Closes #16327
This commit is contained in:
Viktor Szakats 2025-02-13 22:02:25 +01:00
parent 784a8ec2c1
commit 5d194d942d
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -265,7 +265,7 @@ endif()
option(ENABLE_DEBUG "Enable curl debug features (for developing curl itself)" OFF)
if(ENABLE_DEBUG)
message(WARNING "This curl build is Debug-enabled, do not use in production.")
message(WARNING "This curl build is Debug-enabled and insecure, do not use in production.")
endif()
option(ENABLE_CURLDEBUG "Enable TrackMemory debug feature" ${ENABLE_DEBUG})