Date: Mon, 24 Nov 1997 13:56:41 +0200 (IST) From: Eli Zaretskii To: Fabrice ILPONSE cc: djgpp users group Subject: Re: djgpp slow (source files) In-Reply-To: <34795F4D.599A@trash.lip6.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 24 Nov 1997, Fabrice ILPONSE wrote: > For gcc the command line : gcc -O2 -m486 -s prog.cpp -lv > > where libv.a is the librarie containing the function Xtest() One thing that I'd suggest trying is to compile this as a C program, not a C++ program. I have seen cases where C code is optimized much better than C++ code. Also, where's the version of `color' for DJGPP?