From: Alexandre Rossi <alexandre.rossi@gmail.com>
Date: Tue, 6 Jan 2026 20:30:47 +0000
Subject: Silence debugging output triggering blhc NONVERBOSE BUILD false
 positive

Forwarded: not-needed
---
 third-party/small/cmake/functions/project_flags.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/third-party/small/cmake/functions/project_flags.cmake b/third-party/small/cmake/functions/project_flags.cmake
index 6fd7545..44a00df 100644
--- a/third-party/small/cmake/functions/project_flags.cmake
+++ b/third-party/small/cmake/functions/project_flags.cmake
@@ -63,7 +63,6 @@ macro(set_optimization_flags)
         string(REPLACE " " ";" CMAKE_CXX_FLAGS_LIST ${CMAKE_CXX_FLAGS})
         foreach(FLAG ${CMAKE_CXX_FLAGS_LIST})
             if (${FLAG} IN_LIST OPT_FLAGS)
-                message("CXX optimization flag is already set to ${FLAG}")
                 set(OPTIMIZATION_FLAG_IS_SET ON)
             endif()
         endforeach()
