From 40f5389ae7d01ce9b65c0fba08ab0023442d54be Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 16 Aug 2014 22:42:17 +0000 Subject: [PATCH] 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 --- codec2-dev/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- 2.25.1