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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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