From 58213797c17bc5fe397f067152363eb95f596b92 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Thu, 30 Oct 2014 09:05:15 +0100 Subject: First step to add multichannel capability to the GSM receiver. At this moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 73a510c..572f87b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ cmake_minimum_required(VERSION 2.6) project(gr-gsm CXX C) enable_testing() +#set(CMAKE_BUILD_TYPE "Debug") #select the release build type by default to get optimization flags if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release") -- cgit v1.2.3