Explorar o código

Use full debug information in release build on Android

Ivan Savenko %!s(int64=2) %!d(string=hai) anos
pai
achega
d5e49a02c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {