From: Bastian Dehn Date: Wed, 13 May 2026 09:45:03 +0000 (+0200) Subject: add print build type X-Git-Tag: 1.1.10^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=27e728c4bee0fe615ceb7450017be9f112a3b421;p=mv-none-space.git add print build type --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 24de1c7..4c05e09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") else() set(CMAKE_C_FLAGS "-std=c99 -g -Wall -Wextra -pedantic -fsanitize=address") endif() +message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}") message(STATUS "CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}") add_subdirectory(src)