We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa3526 commit 256d1bbCopy full SHA for 256d1bb
examples/llama.android/app/build.gradle.kts
@@ -30,6 +30,7 @@ android {
30
}
31
externalNativeBuild {
32
cmake {
33
+ arguments += "-DCMAKE_BUILD_TYPE=Release"
34
cppFlags += listOf()
35
arguments += listOf()
36
0 commit comments