X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 16 May 2006 17:37:06 -0400 Message-Id: <200605162137.k4GLb6CG006212@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1147811247.971831.35000@i40g2000cwc.googlegroups.com> (rugxulo AT gmail DOT com) Subject: Re: -fomit-frame-pointer not enabled when using -O ??? References: <1147811247 DOT 971831 DOT 35000 AT i40g2000cwc DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The option means gcc *can* omit it, but there are often reasons why it must have a frame pointer anyway (alloca is one, for example). We'd need to see a code sample and command line to diagnose it further.