[Liblas-commits] hg-1.6: default to RelWithDebInfo CMAKE_BUILD_TYPE
if none is se...
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Feb 21 15:47:41 EST 2011
details: http://hg.liblas.orghg-1.6/rev/4683dccafce5
changeset: 2851:4683dccafce5
user: Howard Butler <hobu.inc at gmail.com>
date: Mon Feb 21 14:47:34 2011 -0600
description:
default to RelWithDebInfo CMAKE_BUILD_TYPE if none is set instead of Debug, which is butt ass slow #215
diffstat:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b32f6e0525dc -r 4683dccafce5 CMakeLists.txt
--- a/CMakeLists.txt Sun Feb 20 21:22:11 2011 -0600
+++ b/CMakeLists.txt Mon Feb 21 14:47:34 2011 -0600
@@ -83,7 +83,7 @@
if(NOT MSVC_IDE)
if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE Debug CACHE STRING
+ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel" FORCE)
endif()
message(STATUS "Setting libLAS build type - ${CMAKE_BUILD_TYPE}")
More information about the Liblas-commits
mailing list