]> gitweb.hhaalo.de Git - mv-none-space.git/commitdiff
add default build type debug
authorBastian Dehn <hhaalo@arcor.de>
Sat, 30 May 2026 08:39:49 +0000 (10:39 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 30 May 2026 08:39:49 +0000 (10:39 +0200)
CMakeLists.txt

index fca01d6a9f17fa7f46c9e59d07435bb907006900..bb09a1d5bec17e1a46757c62f136be98e871f6cc 100644 (file)
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.25.1)
 
 project(mv-none-space VERSION 1.1.12)
 
+set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
+
 if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
        set(CMAKE_C_FLAGS "-s -std=c99 -Werror -Wextra -pedantic")
 else()