use Release config by default for CMAke, not Debug
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user