[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] inline functions in output but never used
From: |
Denis Chertykov |
Subject: |
Re: [avr-gcc-list] inline functions in output but never used |
Date: |
18 Apr 2001 02:01:31 +0400 |
rudolph <address@hidden> writes:
> Hi all,
>
> in my output from avr-gcc i found a lot of inline-functions. But all the
> functions
> where inlined by the compiler, so there is no need for put them to the
> output. Is there a flag to elimenate these functions from the
> output?
You must declare such functions as:
static inline foo (....)
^^^^^^