mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
use Release config by default for CMAke, not Debug
This commit is contained in:
parent
d25d264e77
commit
8318005e75
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user