blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
234 stars 23 forks source link

We should export the engine with debug symbols #48

Open Ughuuu opened 1 month ago

Ughuuu commented 1 month ago

Right now all engine builds are release builds without debug symbols. If a crash occurs, the call stack might look like this: image

If we were to attach debug symbols (mac and linux) or offer additional symbol files (windows) we could have a nice callstack. Downside would be the extra download size.