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