Date: Sun, 16 Jun 1996 09:03:17 +0200 (IST) From: Eli Zaretskii To: Nissim Chudnoff Cc: j DOT aldrich6 AT genie DOT com, djgpp AT delorie DOT com Subject: Re: Stupid Questions In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 14 Jun 1996, Nissim Chudnoff wrote: > Actually the only grudge i had with the FAQ was that it did not tell about > the CNTRL-C and Compression. The Ctrl-C handling issue is just basic C, nothing too specific to DJGPP, so it's not in the FAQ. Its large size notwithstanding, the FAQ is *not* meant to answer *every* question out there. The DJP was only posted a few weeks ago, so it's not in the current version of the FAQ, but will be in the next release. > About the big .EXE's I wrote a JLib thing to move a sprite around a > screen, and do colission detection with 4 other non-moving sprites, and it > was 100K. Did you strip the symbols? They might make your program smaller by 20-30KBytes. > I'll try the -O2 or -O3 thing, too. -O2, not -O3. The latter will actually make your program larger in most cases.