Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mushakk on June 05, 2008, 04:11:55 pm

Title: Continue on error
Post by: mushakk on June 05, 2008, 04:11:55 pm
I have a project with lots of libraries and lots of files and if I want to do a rebuild, C::B stops compiling if it can't create one of the libraries...

If the total time for compiling is about 15 minutes, this maybe very annoying for me.

Could I modify this behaviour?
Title: Re: Continue on error
Post by: Jenna on June 05, 2008, 04:25:22 pm
If a rebuild stops with an error, and you change your code, you can try a normal build the next time.

The project trees get cleaned before compiling if you do a rebuild, so only the changed source code will be compiled (and of course the sources that haven't been comiled the first time or depend on the changed code).
Title: Re: Continue on error
Post by: mushakk on June 05, 2008, 07:53:53 pm
But maybe I go for a coffee and I expect that when I return the libraries are compiled. If at begining the compiler stops I lost time

I want the compiler make the work until it can't.

If there are 15 libs and the compiler stops at first or second...