Skip to content
Snippets Groups Projects
Commit db0cc5b2 authored by James Zern's avatar James Zern
Browse files

cmake: set default CMAKE_BUILD_TYPE to Release

this matches configure

Change-Id: I95f6f073b9dba1ae2c2b48b6c89a762277777dfe
parent 0401e894
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.5)
if (NOT EMSCRIPTEN)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE
set(CMAKE_BUILD_TYPE "Release" CACHE
"Build type: Debug, Release, RelWithDebInfo or MinSizeRel" STRING FORCE)
endif ()
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment