|
|
|
|
|
by rmcclellan
2725 days ago
|
|
Well, you aren’t rebuilding your binary every frame, are you? I might be missing something. Also, I think build time is super important in most contexts - what I think is less important is runtime speed when you’ve disabled all optimizations. |
|
And for games you need decent runtime speed. If you cannot run your game in debug build one has to do good old printf debugging. And yes, if you cannot actually play the game (as in over 10fps) that means you cannot run it in debug build.