Parcourir la source

Make debug builds of examples.

Ioannis Koutras il y a 13 ans
Parent
commit
b25926865f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)