mirror of
https://github.com/minetest/minetest.git
synced 2024-11-22 23:53:44 +01:00
Enable "FULL" debug info for Android build (#14684)
This commit is contained in:
parent
1298374818
commit
bc60693a5d
@ -36,7 +36,7 @@ android {
|
||||
buildTypes {
|
||||
release {
|
||||
ndk {
|
||||
debugSymbolLevel 'SYMBOL_TABLE'
|
||||
debugSymbolLevel 'FULL'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user