]> gitweb.hhaalo.de Git - mv-none-space.git/commitdiff
change no strip for debug
authorBastian Dehn <hhaalo@arcor.de>
Sat, 30 May 2026 08:36:57 +0000 (10:36 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 30 May 2026 08:36:57 +0000 (10:36 +0200)
CMakeLists.txt

index 009c037de1907ea32bac4da330233434352d80d1..fca01d6a9f17fa7f46c9e59d07435bb907006900 100644 (file)
@@ -5,7 +5,7 @@ project(mv-none-space VERSION 1.1.12)
 if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
        set(CMAKE_C_FLAGS "-s -std=c99 -Werror -Wextra -pedantic")
 else()
-       set(CMAKE_C_FLAGS "-s -std=c99 -g -Wall -Wextra -pedantic -fsanitize=address")
+       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}")