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:
parent
cfdc7e6e65
commit
d5e49a02c1
@ -42,7 +42,7 @@ android {
|
||||
applicationLabel: '@string/app_name',
|
||||
]
|
||||
ndk {
|
||||
debugSymbolLevel 'symbol_table'
|
||||
debugSymbolLevel 'full'
|
||||
}
|
||||
}
|
||||
daily {
|
||||
|
Loading…
Reference in New Issue
Block a user