diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 18:56:50 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 18:56:50 (GMT) |
commit | ee2cdb6489121ab5f77522053fd4142fb06a6f2b (patch) | |
tree | e388bfab01a0ffbd039132f319ba517799fd1f1f /tests/CMakeLists.txt | |
parent | cae91b57cf839ee7b8902ca8b47efd1dd6875121 (diff) | |
parent | ef29553226ddb3f8f0565dbd6004d76e26c80ddc (diff) |
Merge remote branch 'upstream/master'
Conflicts:
openscad.pro
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index edd89aa..986076e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") # Build debug build as default if(NOT CMAKE_BUILD_TYPE) - set(CMAKE_BUILD_TYPE Debug) + set(CMAKE_BUILD_TYPE RelWithDebInfo) endif() if(${CMAKE_BUILD_TYPE} STREQUAL "Debug") |