build: Print build type

This commit is contained in:
Lars Toenning
2026-06-26 22:20:37 +02:00
parent 8a7e58f398
commit 3d795b1b7a

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)