浏览代码

Use full debug information in release build on Android

Ivan Savenko 2 年之前
父节点
当前提交
d5e49a02c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      android/vcmi-app/build.gradle

+ 1 - 1
android/vcmi-app/build.gradle

@@ -42,7 +42,7 @@ android {
 				applicationLabel: '@string/app_name',
 			]
 			ndk {
-				debugSymbolLevel 'symbol_table'
+				debugSymbolLevel 'full'
 			}
 		}
 		daily {