User forums > Using Code::Blocks

Continue on error

(1/1)

mushakk:
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?

Jenna:
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).

mushakk:
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...

Navigation

[0] Message Index

Go to full version