From 447cc2a672f96bb9aec8799decaaac8fb1f7fc2b Mon Sep 17 00:00:00 2001 From: Hannes Mann Date: Mon, 27 Jun 2016 23:19:26 +0200 Subject: [PATCH] Use Release for building I had switched, and i know you're supposed to do that via e.g. GUI, but im lazy --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86b2991..42522af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)