Remove an outdated comment

This commit is contained in:
ISSOtm
2026-03-09 23:44:19 -04:00
committed by Rangi
parent a139cbc744
commit a01b805e4b

View File

@@ -105,8 +105,6 @@ add_subdirectory(src)
set(CMAKE_CTEST_ARGUMENTS "--verbose") set(CMAKE_CTEST_ARGUMENTS "--verbose")
add_subdirectory(test) 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") if(CMAKE_BUILD_TYPE STREQUAL "Release")
message(CHECK_START "Checking if LTO is supported") message(CHECK_START "Checking if LTO is supported")
include(CheckIPOSupported) include(CheckIPOSupported)