Browse Source

Build the examples with debug symbols.

Ioannis Koutras 13 years ago
parent
commit
f969d74572
1 changed files with 2 additions and 0 deletions
  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})