build: Print build type

This commit is contained in:
Lars Toenning
2026-06-26 22:20:37 +02:00
parent 3bea016fa3
commit 7ffef8db92

View File

@@ -87,6 +87,7 @@ if(NOT CMAKE_BUILD_TYPE)
message(STATUS "CMAKE_BUILD_TYPE not defined. Falling back to Debug")
set(CMAKE_BUILD_TYPE Debug)
endif()
message(STATUS "BUILD TYPE: ${CMAKE_BUILD_TYPE}")
if(SWIFT_MINIFY_DEBUG_SYMBOLS)
if(MSVC)