This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compile time using 2.96
- From: Mike Stump <mrs at apple dot com>
- To: Bob Rossi <bob at brasko dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 6 Nov 2003 14:55:41 -0800
- Subject: Re: compile time using 2.96
On Thursday, November 6, 2003, at 08:36 AM, Bob Rossi wrote:
I am compiling a QT application using g++ version 2.96. It takes about
15 minutes to compile all the files. What do you think the best
solution
would be to speed up the time?
Using PCH in newer compilers might beat it, measure it, let us know.