mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Change build type to debug
This commit is contained in:
parent
805bfc19d7
commit
2f5059d7de
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue