Page 1 of 1

how to compile only modified files? [SOLVED]

Posted: Fri Feb 13, 2015 12:44 am
by idhan
I release that after compiling a project, I press F5 to run the project but codelite (throught the make file?) recompile some of the cpp.

How can I avoid this? the project compile just find without any errors or warnings..

thanks!

Re: how to compile only modified files?

Posted: Fri Feb 13, 2015 1:02 am
by eranif
This should be done automatically. If it does not, clean the project and build it again, this usually fix this

Eran

how to compile only modified files?

Posted: Fri Feb 13, 2015 1:06 am
by idhan
that's it!! thank you!