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

Use full debug information in release build on Android

This commit is contained in:
Ivan Savenko
2023-07-21 16:19:16 +03:00
committed by GitHub
parent cfdc7e6e65
commit d5e49a02c1

View File

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