1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-08 00:39:47 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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