Skip to content

Commit

Permalink
android : use release cmake build type by default (ggerganov#5123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValleZ authored Jan 25, 2024
1 parent faa3526 commit 256d1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/llama.android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
}
externalNativeBuild {
cmake {
arguments += "-DCMAKE_BUILD_TYPE=Release"
cppFlags += listOf()
arguments += listOf()
}
Expand Down

0 comments on commit 256d1bb

Please sign in to comment.