]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: mention 'insecure' in the debug build warning
authorViktor Szakats <commit@vsz.me>
Thu, 13 Feb 2025 21:02:25 +0000 (22:02 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 14 Feb 2025 09:37:14 +0000 (10:37 +0100)
Closes #16327

CMakeLists.txt

index b7ecfaa41577c3cd3d3ba1ad823c8d3e8bac445c..33693fe33f549ad46054e7da77fea0b978c13c8c 100644 (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})