android : use release cmake build type by default
This commit is contained in:
parent
ddc5a5033f
commit
5e15ce1658
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ android {
|
|||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments += "-DCMAKE_BUILD_TYPE=Release"
|
||||
cppFlags += listOf()
|
||||
arguments += listOf()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue