Skip to content

Commit 256d1bb

Browse files
authored
android : use release cmake build type by default (#5123)
1 parent faa3526 commit 256d1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/llama.android/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ android {
3030
}
3131
externalNativeBuild {
3232
cmake {
33+
arguments += "-DCMAKE_BUILD_TYPE=Release"
3334
cppFlags += listOf()
3435
arguments += listOf()
3536
}

0 commit comments

Comments
 (0)