瀏覽代碼

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

Valentin Konovalov 2 年之前
父節點
當前提交
256d1bb0dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  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()
             }