I have this really big number of really big c files to compile. the execution 
speed isn't to important just getting them thru the compiler faster is the big 
thing
right now I use the command 
 cc -O0 -noinline -c file0104.c 
which is twice as fast as just cc -c file0104.c
BTW the -noinline doesn't seem to really help. 
JB
        
Received on Sat Nov 02 1996 - 02:37:24 NZDT