Author Topic: Precompiled Headers  (Read 2869 times)

Offline johne53

  • Regular
  • ***
  • Posts: 253
Precompiled Headers
« on: April 30, 2007, 01:56:17 pm »
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?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Precompiled Headers
« Reply #1 on: April 30, 2007, 02:00:25 pm »
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.