Author Topic: Continue on error  (Read 2766 times)

Offline mushakk

  • Multiple posting newcomer
  • *
  • Posts: 54
Continue on error
« 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Continue on error
« Reply #1 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).

Offline mushakk

  • Multiple posting newcomer
  • *
  • Posts: 54
Re: Continue on error
« Reply #2 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...