Skip to content
Snippets Groups Projects
Commit b6a3102a authored by Brad King's avatar Brad King
Browse files

Android: Add a CMAKE_BUILD_TYPE default

Android NDK builds are always `debug` or `release`.  We may populate
flags for these configurations that are needed to produce compatible
binaries.  Ensure they are used by default.
parent d1e3cec2
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,5 @@ else()
"Android: No CMAKE_SYSROOT was selected."
)
endif()
set(CMAKE_BUILD_TYPE_INIT Debug)
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