News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Precompiled Headers

Started by johne53, April 30, 2007, 01:56:17 PM

Previous topic - Next topic

johne53

Is there a way within C::B to disable pre-compiled headers? With every compiler I've ever used, pre-compiled headers have always caused more problems than they solve. C::B seems to offer some options for changing the location of a project's PCH files - but I'd like to disable them completely. Is that possible?

Biplab

If you don't want to use PCH, then don't add them to project.

Regarding disabling them, you have to do it manually and the method will vary depending upon compilers.
Be a part of the solution, not a part of the problem.