Code::Blocks Forums

User forums => Help => Topic started by: Kreso on July 23, 2006, 03:37:44 pm

Title: precompiled headers?
Post by: Kreso on July 23, 2006, 03:37:44 pm
can I make precompiled headers in C::B? (gcc under linux)
Title: Re: precompiled headers?
Post by: sethjackson on July 23, 2006, 03:54:24 pm
can I make precompiled headers in C::B? (gcc under linux)

Yes. I don't know how though because I have never used precompiled headers......
Title: Re: precompiled headers?
Post by: Kreso on July 23, 2006, 04:55:13 pm
ok, I founda pch option in CB, but I dont know how to set up a precompiled header?
Title: Re: precompiled headers?
Post by: TDragon on July 23, 2006, 05:00:04 pm
Right-click the header file, select Properties, check the Compile File box, and set the priority weight to 0 (or anything lower than non-pch project files).