How to disable precompiled headers?

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
spflanze
Earned some good credits
Earned some good credits
Posts: 130
Joined: Tue Feb 15, 2011 10:02 pm

How to disable precompiled headers?

Post by spflanze »

When I created the wxWidgets project using the Wizard in Code::Blocks I selected the option to use precompiled headers. Now I need to disable this. How is this done?

In the project's Properties => Project settings (tab) I see radio buttons to select between three precompiled header strategies. But not an option to have no precompiled headers.
Post Reply