libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.0rc2-3-g4af77d3

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 24 Jan 2013 09:17:23 +0100 (CET)
The branch, master has been updated
       via  4af77d33ddfb96c32760ee9a662fa34c6678e792 (commit)
      from  317cf526da9e6b5db777a97b247379b7e687f929 (commit)


- Log -----------------------------------------------------------------
commit 4af77d33ddfb96c32760ee9a662fa34c6678e792
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Thu Jan 24 09:17:20 2013 +0100

    Change default build type to optimized build with debug symbols 
(RelWithDebInfo)

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 445a38e..233d1da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
 # CMake
 if("${CMAKE_BUILD_TYPE}" STREQUAL "")
-   set(CMAKE_BUILD_TYPE     Debug)
+   set(CMAKE_BUILD_TYPE     RelWithDebInfo)
 endif("${CMAKE_BUILD_TYPE}" STREQUAL "")
 set(CMAKE_COLOR_MAKEFILE ON)
 cmake_minimum_required(VERSION 2.6 FATAL_ERROR)


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.0rc2-3-g4af77d3, libftdi-git <=