changed cmake to Debug build so asserts() work again
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 16 Aug 2014 22:42:17 +0000 (22:42 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 16 Aug 2014 22:42:17 +0000 (22:42 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1807 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/CMakeLists.txt

index c98bb3306c99a961c9a6af3418187d87b1369858..fdd60b4a84e2fb5f5bf52a489fc3c4860b381594 100644 (file)
@@ -42,7 +42,7 @@ message(STATUS "codec2 version: ${CODEC2_VERSION}")
 
 # Set default build type
 if(NOT CMAKE_BUILD_TYPE)
-    set(CMAKE_BUILD_TYPE "Release")
+    set(CMAKE_BUILD_TYPE "Debug")
 endif(NOT CMAKE_BUILD_TYPE)
 message(STATUS "Build type is: ${CMAKE_BUILD_TYPE}")