[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Question about code size
From: |
Erik Christiansen |
Subject: |
Re: [avr-gcc-list] Question about code size |
Date: |
Mon, 19 Mar 2007 12:39:07 +1100 |
User-agent: |
Mutt/1.5.9i |
On Fri, Mar 16, 2007 at 02:17:36PM +0000, Paulo Marques wrote:
>
> I think you were looking for "-fno-inline-functions"?
Do you mean "-fno-inline" ?
To blindly block explicit inlining, just to cure excessive default
inlining, seemed at the time to be too clumsy a method to suggest. ;-)
> 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.
Err ... have you tried this suggestion?
Regards,
Erik
- [avr-gcc-list] Question about code size, Dave Hylands, 2007/03/16
- RE: [avr-gcc-list] Question about code size, Eric Weddington, 2007/03/16
- Re: [avr-gcc-list] Question about code size, Dave Hylands, 2007/03/17
- Re: [avr-gcc-list] Question about code size, Joerg Wunsch, 2007/03/17
- Re: [avr-gcc-list] Question about code size, Dave Hylands, 2007/03/17
- Re: [avr-gcc-list] Question about code size, Joerg Wunsch, 2007/03/17
- Re: [avr-gcc-list] Question about code size, David Brown, 2007/03/19
- Re: [avr-gcc-list] Question about code size, Joerg Wunsch, 2007/03/21
- RE: [avr-gcc-list] Question about code size, Eric Weddington, 2007/03/17
- Re: [avr-gcc-list] Question about code size, Joerg Wunsch, 2007/03/18