aleksigron / kokko

Simple cross-platform game engine using OpenGL.
MIT License
22 stars 2 forks source link

Add undefined behavior sanitizer run to CI #75

Open aleksigron opened 4 months ago

aleksigron commented 4 months ago

It would be very good to catch potential runtime issues with sanitizers. Probably easiest to add another Linux GCC config to do that. Only downside for now is that we don't have good test coverage. The sanitizer can only catch problems in code that is being run.