From a01b805e4be8fbadfd503ebdde190d072c571a03 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 9 Mar 2026 23:44:19 -0400 Subject: [PATCH] Remove an outdated comment --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fc14e98..e880aa52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,8 +105,6 @@ add_subdirectory(src) set(CMAKE_CTEST_ARGUMENTS "--verbose") add_subdirectory(test) -# By default, build in Release mode; Debug mode must be explicitly requested -# (You may want to augment it with the options above) if(CMAKE_BUILD_TYPE STREQUAL "Release") message(CHECK_START "Checking if LTO is supported") include(CheckIPOSupported)