Code::Blocks Forums
User forums => Help => Topic started by: Kreso on July 23, 2006, 03:37:44 pm
-
can I make precompiled headers in C::B? (gcc under linux)
-
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......
-
ok, I founda pch option in CB, but I dont know how to set up a precompiled header?
-
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).