How to prevent Eclipse CDT from compiling / building again?

26 views Asked by At

I use Eclipse 2023-12 and CDT 11.4.
I experience the following behaviour: After I compiled a single file I start building the whole application, then it will always compile the just compiled file again.
Similiar after I built the application I start to run the application it would link again and then run.
With larger files and applications this always takes an extra time.
How can I avoid this? Which settings do I have to change?
Update:
There is no hook at Project > Build Automatically

0

There are 0 answers