Use Release for building

I had switched, and i know you're supposed to do that via e.g. GUI, but im lazy
This commit is contained in:
Hannes Mann 2016-06-27 23:19:26 +02:00
parent c6664a0a4a
commit 447cc2a672

View file

@ -1,7 +1,7 @@
project(OpenRayman)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_BUILD_TYPE Debug CACHE STRING "The type of build")
set(CMAKE_BUILD_TYPE Release CACHE STRING "The type of build")
set(USE_LIBRETRO OFF CACHE BOOL "If OpenRayman should be built as a libretro core (TODO)")
set(CMAKE_CXX_STANDARD 11)