Newsgroups: comp.os.msdos.djgpp From: tob AT world DOT std DOT com Subject: Re: Precompiled Headers? Message-ID: Sender: tob AT world DOT std DOT com (Tom Breton) Reply-To: tob AT world DOT std DOT com Organization: BREnterprises References: Date: Thu, 14 Aug 1997 21:13:33 GMT Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Peter Berdeklis writes: > Does GCC/DJGPP have any options for using precompiled headers? That is > to compile headers once, and leave a binary representation on disk that > can be processed more quickly - BC and other compilers have this option. No it doesn't. It's been discussed on this ng before, but in the absence of a volunteer to write the code, it won't happen. > I'm becoming "afraid" to include some of the big C++ files because the > compilation times increase so much. No comparison compiling with stdio.h > rather than iostream.h, not to mention the big STL template headers. I know the feeling. It really breaks your stride when a minor change sends your compiler crawling thru huge files. Tom