From d3d0c41962b8539659923c5bf2855454e5cd6275 Mon Sep 17 00:00:00 2001
From: asantamaria <asantamaria@iri.upc.edu>
Date: Mon, 25 Sep 2017 18:21:44 +0200
Subject: [PATCH] Set default comp. RELEASE

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59f82f0..f9b464a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)
 SET(CMAKE_INSTALL_PREFIX /usr/local)
 
 IF (NOT CMAKE_BUILD_TYPE)
- SET(CMAKE_BUILD_TYPE "DEBUG") 
+ SET(CMAKE_BUILD_TYPE "RELEASE") 
 ENDIF (NOT CMAKE_BUILD_TYPE)
 MESSAGE(STATUS "Compilation type: ${CMAKE_BUILD_TYPE}")
  
-- 
GitLab