Android: default to RelWithDebInfo

This commit is contained in:
Haibo Huang
2020-11-04 11:29:06 -08:00
parent da0a7d28a4
commit 3dae826e43

View File

@@ -23,7 +23,7 @@ if(CMAKE_SYSTEM_VERSION EQUAL 1)
return()
endif()
set(CMAKE_BUILD_TYPE_INIT Debug)
set(CMAKE_BUILD_TYPE_INIT "RelWithDebInfo")
# Skip sysroot selection if the NDK has a unified toolchain.
if(CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED)