Date: Thu, 20 May 1999 10:10:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Exe size!!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Tue, 18 May 1999, it was written: > It actually might not be the code, i tried it myself. Without using -O2 the > program works fine but with it the graphics do get screwed up. gcc may > just optimizing what it thinks is right, but isn't. If it don't work. > don't do it Programs that stop working when compiled with -O2 usually have bugs that simply go unnoticed without optimizations.