blazium-engine / blazium

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

We should export the engine with debug symbols #48

Open Ughuuu opened 4 days ago

Ughuuu commented 4 days 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.