diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-17 13:47:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-17 13:47:11 (GMT) |
commit | de282d1ae85f835fa582c9117b83824cdb1a9144 (patch) | |
tree | c7b419f05c6d5ed6096620fe9d6bcc79a5657621 | |
parent | 312509296d2f078a866aaa03782e70b92d772c3e (diff) |
Compile tests with -O2 -g as default
-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") |