Enable native debug symbols generation

This commit is contained in:
Fredia Huya-Kouadio
2025-04-20 15:02:59 -07:00
parent 2d3bdcac35
commit 8a514ae56f
5 changed files with 35 additions and 22 deletions

View File

@ -89,6 +89,8 @@ android {
editorAppName: "Godot Engine 4",
editorBuildSuffix: ""
]
ndk { debugSymbolLevel 'FULL' }
}
base {