Faster compilation speed

Aldy Hernandez aldyh@redhat.com
Fri Aug 9 13:10:00 GMT 2002


>>>>> "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



More information about the Gcc mailing list