From b6a3102a9f8da05b50d4f4e96dd9f42ace37aa9b Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Jun 2016 13:48:19 -0400 Subject: 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. --- Modules/Platform/Android-Initialize.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Platform/Android-Initialize.cmake b/Modules/Platform/Android-Initialize.cmake index c0354c7..353dd0d 100644 --- a/Modules/Platform/Android-Initialize.cmake +++ b/Modules/Platform/Android-Initialize.cmake @@ -47,3 +47,5 @@ else() "Android: No CMAKE_SYSROOT was selected." ) endif() + +set(CMAKE_BUILD_TYPE_INIT Debug) -- cgit v0.12