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 2da9f1c37a
commit f3e045ffad

View File

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