From de282d1ae85f835fa582c9117b83824cdb1a9144 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sat, 17 Dec 2011 14:47:11 +0100 Subject: Compile tests with -O2 -g as default 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") -- cgit v0.10.1