mirror of
https://github.com/minetest/minetest.git
synced 2024-11-26 17:43:45 +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 {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
ndk {
|
ndk {
|
||||||
debugSymbolLevel 'SYMBOL_TABLE'
|
debugSymbolLevel 'FULL'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user