Hello,
I’m trying to implement a simple player’s script in C++, in my learning process I’m constantly recompiling my script after each modification, but even through the compilation time is only 20s, it’s still slow for compiling one cpp file of 50 line. Maybe I’m doing something wrong ? Is there something who could speed up compilation time during development ? I just want to compile for my computer, not other platform.
Thank you for your time.