|
|
|
|
|
by sharpneli
2725 days ago
|
|
It’s not the speed of compilation. It’s the speed the program runs with debug build. So runtime speed. 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. |
|