android : use release cmake build type by default (#5123)

This commit is contained in:
Valentin Konovalov
2024-01-25 12:05:51 -05:00
committed by GitHub
parent faa3526a1e
commit 256d1bb0dd

View File

@@ -30,6 +30,7 @@ android {
}
externalNativeBuild {
cmake {
arguments += "-DCMAKE_BUILD_TYPE=Release"
cppFlags += listOf()
arguments += listOf()
}