avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Question about code size


From: Paulo Marques
Subject: Re: [avr-gcc-list] Question about code size
Date: Fri, 16 Mar 2007 14:17:36 +0000
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Erik Christiansen wrote:
On Fri, Mar 16, 2007 at 12:00:19AM -0800, Dave Hylands wrote:
hi Erik.

Does -fno-default-inline do any good?
I get the following warning:
cc1: warning: command line option "-fno-default-inline" is valid for
C++/ObjC++ but not for C

Yes, on cleaning my spectacles, that seems to be right. (Not optimal in
your case, though.)

I think you were looking for "-fno-inline-functions"?

You'll find it in the documentation as "-finline-functions", but like most -f switches, you can use the "no" variant like "-fno-inline-functions" as well.

--
Paulo Marques
Software Development Department - Grupo PIE, S.A.
Phone: +351 252 290600, Fax: +351 252 290601
Web: www.grupopie.com

"As far as we know, our computer has never had an undetected error."
Weisert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]