This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Compiling large number of files
- From: v p <share dot knowledge at gmail dot com>
- To: Warren Young <warren at etr-usa dot com>
- Cc: Automake List <automake at gnu dot org>
- Date: Wed, 6 Oct 2004 16:43:56 -0700
- Subject: Re: Compiling large number of files
- References: <5fa040600410061608545b21a3@mail.gmail.com><41648062.50804@etr-usa.com>
- Reply-to: v p <share dot knowledge at gmail dot com>
I have a much faster build on windows and the windows project compiles
a bunch of files at a time. So, I thought that might be the reason.
Looks like it is not.
-VP
On Wed, 06 Oct 2004 17:31:46 -0600, Warren Young <warren@etr-usa.com> wrote:
> v p wrote:
> > Loading 'gcc' into memory for each file is a time
> > consuming process
>
> Have you measured this, or are you speculating?
>
> > If I could make generated makefile do this, my build
> > process will be much faster.
>
> This is a limitation of make, not of the autotools.
>
>