Norman Vine writes: > IMHO - If at all possible we don't want *more* headers to slow the already > overly long compile times :-(
The best way to speed up compile times is to reduce unnecessary interdependencies. Right now, a lot of header files include other headers that they don't actually need, so that a one-byte change to a seemingly innocuous *.hxx file can cause most of FlightGear to be rebuilt. I'm trying to fix the problems as I find them. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
