This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
we have a problem with our compile times. If including a special header
file, with much more includings behind, our compiling time are increased
significantally . Unfortunately this header file have to be included in
nearly every modul. I think it's a fine example for using precompiled
headers.
The questions are now: Is it possible to use precompiled headers in our compiler version? If yes: How? if no: What version do we need?
By the way, we're using gcc 3.2.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |