Explorar o código

android : use release cmake build type by default (#5123)

Valentin Konovalov %!s(int64=2) %!d(string=hai) anos
pai
achega
256d1bb0dd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/llama.android/app/build.gradle.kts

+ 1 - 0
examples/llama.android/app/build.gradle.kts

@@ -30,6 +30,7 @@ android {
         }
         externalNativeBuild {
             cmake {
+                arguments += "-DCMAKE_BUILD_TYPE=Release"
                 cppFlags += listOf()
                 arguments += listOf()
             }