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!
how to compile only modified files? [SOLVED]
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri Nov 28, 2014 6:04 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
how to compile only modified files? [SOLVED]
Last edited by idhan on Sat Feb 14, 2015 12:04 am, edited 2 times in total.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how to compile only modified files?
This should be done automatically. If it does not, clean the project and build it again, this usually fix this
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri Nov 28, 2014 6:04 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
how to compile only modified files?
that's it!! thank you!