Pārlūkot izejas kodu

Use full debug information in release build on Android

Ivan Savenko 2 gadi atpakaļ
vecāks
revīzija
d5e49a02c1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 {