android : use release cmake build type by default

This commit is contained in:
Valentin Konovalov 2024-01-25 09:42:42 -05:00
parent ddc5a5033f
commit 5e15ce1658

View file

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