From: mdruiter AT cs DOT vu DOT nl Newsgroups: comp.os.msdos.djgpp Subject: Re: slower exe after compile with 2.95 Date: Mon, 16 Aug 1999 14:37:05 GMT Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Lines: 8 Message-ID: <7p97mh$7fe@cs.vu.nl> References: <37B780A8 DOT 1874F32E AT geocities DOT com> NNTP-Posting-Host: galjas.cs.vu.nl X-Sender: mdruiter AT cs DOT vu DOT nl User-Agent: tin/pre-1.4-19990413 ("Endemoniada") (UNIX) (SunOS/5.5.1 (sun4u)) X-Poster-Key: sha1:uKHP5gvUDfYAfAmcXiIbb/7tX4c= Cancel-Lock: sha1:HrQJqZWojW5UeT+W389qpccWcLU= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sahab Yazdani wrote: > gcc -s pong.cc -o pong.exe > no flags no nothing. You might want to try it *with* optimization (-O2). Gcc 2.95 is often faster than 2.8.x when you do that. Groente, Michel.