K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-03-15T21:56:54.000000Z K 7 svn:log V 339 Add "-fkeep-inline-functions" to CFLAGS so that higher optimization levels (-O3 and above) won't remove essential code. Many thanks to Dmitrij Tejblum for pointing out that it was the optimizer's removal of this code that caused make world with -O3 to break. With this change, make buildworld now completes. END