Sfoglia il codice sorgente

Make debug builds of examples.

Ioannis Koutras 14 anni fa
parent
commit
b25926865f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/CMakeLists.txt

+ 1 - 1
examples/CMakeLists.txt

@@ -4,7 +4,7 @@ include_directories(
 	${DMMLIB_PUBLIC_INCLUDE_DIRS}
 )
 
-set(CMAKE_BUILD_TYPE RelWithDebInfo)
+set(CMAKE_BUILD_TYPE Debug)
 
 if (HAVE_LOCKS)
   find_package (Threads)