mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 14:23:04 +00:00
Remove an outdated comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user