mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 00:20:05 +00:00
All: Set default build type to Release
This commit is contained in:
parent
9a2a448710
commit
0b241710f4
@ -25,6 +25,10 @@ include_directories(${CMAKE_SOURCE_DIR}/src/arm)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src/gba)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type (e.g. Release or Debug)")
|
||||
endif()
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# Function definitions
|
||||
|
Loading…
Reference in New Issue
Block a user