From ce0b768e87f1406178ea6ccd5415d911630a73e3 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 8 Jun 2016 18:12:18 +0200 Subject: [PATCH] Removed forced release from CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34a68aa..4dcc3c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(konaclient-gtk) cmake_minimum_required(VERSION 2.8) -set(CMAKE_BUILD_TYPE Release) +#set(CMAKE_BUILD_TYPE Release) find_package(PkgConfig REQUIRED) pkg_check_modules(GLIB2 REQUIRED glib-2.0) @@ -12,4 +12,3 @@ add_definitions(${GLIB2_CFLAGS_OTHER} ${GOBJECT2_CFLAGS_OTHER}) add_subdirectory(libkonaclient) add_subdirectory(konaclient-gtk) -