Date: Sun, 21 Dec 1997 14:00:13 +0200 (IST) From: Eli Zaretskii To: GAMMELJL AT SLU DOT EDU cc: djgpp AT delorie DOT com Subject: Re: 128 Mb of RAM In-Reply-To: <01IRE872D9LEBL3B8A@SLU.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 20 Dec 1997 GAMMELJL AT SLU DOT EDU wrote: > It will be a question of the speed of the gnu executables--remind me > once more what the "fastest possible code" switch looks like on the > line > gxx example.cc -o example.exe Add -O2 to the command line, it usually produces very good code. There are other optimization-related switches (llok in section 14.2 of the DJGPP FAQ list), but I won't recommend trying them until your code works well with -O2. Their effect is marginal anyway.