mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Enable "FULL" debug info for Android build (#14684)
This commit is contained in:
parent
1298374818
commit
bc60693a5d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ android {
|
|||
buildTypes {
|
||||
release {
|
||||
ndk {
|
||||
debugSymbolLevel 'SYMBOL_TABLE'
|
||||
debugSymbolLevel 'FULL'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue