1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #2376 from vcmi/android-stacktraces

Use full debug information in release build on Android
This commit is contained in:
Ivan Savenko
2023-07-24 00:49:27 +03:00
committed by GitHub

View File

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