Sfoglia il codice sorgente

Build the examples with debug symbols.

Ioannis Koutras 13 anni fa
parent
commit
f969d74572
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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})