The IDE link every times when debug,and the code has not any change.
It's too slow...
My IDE version is 2.9
Run on Ubuntu 10.10.
The program use the g++ to compile and link.
Why the IDE link every times when debug program
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Mar 24, 2011 7:34 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Why the IDE link every times when debug program
Hi,
It's configurable. IIRC you should have seen a dialog the first time you debugged, with a checkbox for you choose whether to build first.
You can change your choice later from Settings > Global Editor Settings: Dialogs > "Always build before debugging".
Regards,
David
It's configurable. IIRC you should have seen a dialog the first time you debugged, with a checkbox for you choose whether to build first.
You can change your choice later from Settings > Global Editor Settings: Dialogs > "Always build before debugging".
Regards,
David
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Mar 24, 2011 7:34 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Why the IDE link every times when debug program
Thx.DavidGH wrote:Hi,
It's configurable. IIRC you should have seen a dialog the first time you debugged, with a checkbox for you choose whether to build first.
You can change your choice later from Settings > Global Editor Settings: Dialogs > "Always build before debugging".
Regards,
David
But I think it's the bug of IDE;
The normal type of makefile will not link when code and lib have not be change.