]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
android : use release cmake build type by default (#5123)
authorValentin Konovalov <redacted>
Thu, 25 Jan 2024 17:05:51 +0000 (12:05 -0500)
committerGitHub <redacted>
Thu, 25 Jan 2024 17:05:51 +0000 (19:05 +0200)
examples/llama.android/app/build.gradle.kts

index 7815a802593ba8341099dab50453f7f8cdd61f21..aadbe22c91835d268a8d21e45920a2c86553c766 100644 (file)
@@ -30,6 +30,7 @@ android {
         }
         externalNativeBuild {
             cmake {
+                arguments += "-DCMAKE_BUILD_TYPE=Release"
                 cppFlags += listOf()
                 arguments += listOf()
             }