Date: Sun, 18 May 1997 17:32:02 +0300 (IDT) From: Eli Zaretskii To: Jose Agustin Vericat cc: djgpp AT delorie DOT com Subject: Re: Problems compiling (III) In-Reply-To: <5lfucn$qh5$2@diana.ibernet.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 15 May 1997, Jose Agustin Vericat wrote: > -O3 -ffast-math -m486 -malign-functions=4 -malign-jumps=4 -malign-loops=4 > -mrtd -mwide-multiply -fforce-mem -fforce-addr -fomit-frame-pointer > -finline-functions -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks > -frerun-cse-after-loop Why do you at all need this? -O3 turns on *all* of the other options except -m486, ffast-math and -fforce-XXX, so just mention them and see if that works.