mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-05 20:39:09 +00:00
android : use release cmake build type by default (#5123)
This commit is contained in:
parent
faa3526a1e
commit
256d1bb0dd
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ android {
|
||||||
}
|
}
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
arguments += "-DCMAKE_BUILD_TYPE=Release"
|
||||||
cppFlags += listOf()
|
cppFlags += listOf()
|
||||||
arguments += listOf()
|
arguments += listOf()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue