1
0
镜像来自 https://github.com/luanti-org/luanti.git synced 2025-11-01 15:55:26 +01:00

Enable "FULL" debug info for Android build (#14684)

This commit is contained in:
grorp
2024-05-23 20:36:01 +02:00
committed by GitHub
父節點 1298374818
當前提交 bc60693a5d

查看文件

@@ -36,7 +36,7 @@ android {
buildTypes {
release {
ndk {
debugSymbolLevel 'SYMBOL_TABLE'
debugSymbolLevel 'FULL'
}
}
}