Change build type to debug

This commit is contained in:
Vivek Kumar Dutta 2025-04-29 09:12:36 +05:30
parent 805bfc19d7
commit 2f5059d7de
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -12,6 +12,7 @@ add_subdirectory(dm-service)
set(MY_CC "$ENV{CC}") set(MY_CC "$ENV{CC}")
set(MY_CFLAGS "$ENV{CFLAGS}") set(MY_CFLAGS "$ENV{CFLAGS}")
set(MY_LDFLAGS "$ENV{LDFLAGS}") set(MY_LDFLAGS "$ENV{LDFLAGS}")
set(CMAKE_BUILD_TYPE Debug)
# Define a custom target to build the utilities using Makefile # Define a custom target to build the utilities using Makefile
add_custom_target( add_custom_target(