This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Faster compilation speed
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 09 Aug 2002 13:15:05 -0700
- Subject: Re: Faster compilation speed
- References: <A7A86732-ABCC-11D6-A36D-000393941EE6@apple.com>
>>>>> "Mike" == Mike Stump <mrs@apple.com> writes:
> + /* Nonzero for compiling as fast as we can. */
> +
> + extern int flag_speed_compile;
> +
> + #define SPEEDCOMPILE flag_speed_compile
So, you want to introduce a flag to do faster compilation? Why not
spend your time making the current infrastructure faster?
Aldy