]> gitweb.hhaalo.de Git - mv-none-space.git/commitdiff
add print build type
authorBastian Dehn <hhaalo@arcor.de>
Wed, 13 May 2026 09:45:03 +0000 (11:45 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 13 May 2026 09:45:03 +0000 (11:45 +0200)
CMakeLists.txt

index 24de1c778aa38ed32f352143f34ae391adcb463b..4c05e096cdac8572baf152c66b713c14818575dd 100644 (file)
@@ -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)