From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro WIP (make.exe crash) Date: 24 Sep 1997 16:05:23 GMT Organization: Hewlett Packard Lines: 12 Message-ID: <01bcc903$d4cb4f30$45111d0f@ros51675cra> References: NNTP-Posting-Host: ros51675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli Zaretskii wrote in article ... > GCC is known to gobble ludicrous amounts of memory when optimizing > some innocent-looking programs, especially if you say -O3 or -O2. > good idea anyway. IMHO, no file should require more than 16MBytes to > compile, because some people don't bother to set their systems to more > than that. Marc Lehman claims to have seen cc1 allocate 40MB on the stack when pgcc was set to -O6 on a particularly large file. Yikes.