From: drowe67 Date: Sat, 16 Aug 2014 22:42:17 +0000 (+0000) Subject: changed cmake to Debug build so asserts() work again X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=40f5389ae7d01ce9b65c0fba08ab0023442d54be;p=freetel-svn-tracking.git changed cmake to Debug build so asserts() work again git-svn-id: https://svn.code.sf.net/p/freetel/code@1807 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/CMakeLists.txt b/codec2-dev/CMakeLists.txt index c98bb330..fdd60b4a 100644 --- a/codec2-dev/CMakeLists.txt +++ b/codec2-dev/CMakeLists.txt @@ -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}")