From: pavenis AT lanet DOT lv Message-ID: To: Sahab Yazdani , djgpp AT delorie DOT com Date: Mon, 16 Aug 1999 11:59:01 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: slower exe after compile with 2.95 In-reply-to: <37B780A8.1874F32E@geocities.com> X-mailer: Pegasus Mail for Win32 (v3.12) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 15 Aug 99, at 23:08, Sahab Yazdani wrote: > I compiled my PONG game using the new 2.95 build of gpp and it's visibly > slower. > compile string: > gcc -s pong.cc -o pong.exe > no flags no nothing. This is the same compile string I used to compile > the 2.81 version by the way. Please compare binaries compiled with optimizations. For example gcc -O2 pong.cc -o pong.exe