Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
db0cc5b2
Commit
db0cc5b2
authored
Aug 30, 2017
by
James Zern
Browse files
cmake: set default CMAKE_BUILD_TYPE to Release
this matches configure Change-Id: I95f6f073b9dba1ae2c2b48b6c89a762277777dfe
parent
0401e894
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db0cc5b2
...
...
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.5)
if
(
NOT EMSCRIPTEN
)
if
(
NOT CMAKE_BUILD_TYPE
)
set
(
CMAKE_BUILD_TYPE
"Rel
WithDebInfo
"
CACHE
set
(
CMAKE_BUILD_TYPE
"Rel
ease
"
CACHE
"Build type: Debug, Release, RelWithDebInfo or MinSizeRel"
STRING FORCE
)
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment