This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Using precompiled headers with gcc?
- From: "Totte Karlsson" <tkarlsson at qm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 12 Feb 2004 13:39:31 -0800
- Subject: Using precompiled headers with gcc?
- Reply-to: "Totte Karlsson" <tkarlsson at qm dot com>
(I'm not sure if this is the right newsgroup?)
Hi, I've been using precompiled headers on borland and microsoft compilers
for many years. I have tried to find documentation on how to use pch's with
gcc (version 2.95) but can't find any decent documentation on this VERY
IMPORTANT issue. I don't think one can seriously working on a large C++
project without using pch's, the development cycle just gets to slow..
Does anyone know where I can find a document telling me how to get this
working using gcc 2.95 (I can't use any newer version).
thanks
/totte