Revert "Set default build type to debug."
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 14 May 2011 09:34:08 +0000 (10:34 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 14 May 2011 09:34:08 +0000 (10:34 +0100)
This reverts commit d75f6073101486e05b6cb4aedb4a923352330309.

CMakeLists.txt

index 7dbd307..9122707 100755 (executable)
@@ -8,14 +8,6 @@ project (apitrace)
 
 set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
 
-# Set default built type
-if (NOT CMAKE_BUILD_TYPE)
-    set (CMAKE_BUILD_TYPE Debug
-        CACHE
-        STRING "Choose the build type, options are: None, Debug, Release, RelWithDebInfo, or MinSizeRel."
-        FORCE)
-endif (NOT CMAKE_BUILD_TYPE)
-
 set (CMAKE_USE_PYTHON_VERSION 2.6)
 
 find_package (PythonInterp REQUIRED)