Prechádzať zdrojové kódy

Build the examples with debug symbols.

Ioannis Koutras 13 rokov pred
rodič
commit
f969d74572
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      examples/CMakeLists.txt

+ 2 - 0
examples/CMakeLists.txt

@@ -4,6 +4,8 @@ include_directories(
 	${DMMLIB_PUBLIC_INCLUDE_DIRS}
 )
 
+set(CMAKE_BUILD_TYPE RelWithDebInfo)
+
 add_executable(test test.c)
 target_link_libraries(test ${DMMLIB_SHARED_LIBRARY})