use Release config by default for CMAke, not Debug

This commit is contained in:
erwin.coumans 2008-11-05 06:09:00 +00:00
parent d25d264e77
commit 8318005e75

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.4)
PROJECT(BULLET_PHYSICS)
IF (NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE "Debug")
SET(CMAKE_BUILD_TYPE "Release")
ENDIF (NOT CMAKE_BUILD_TYPE)