On Thu, Mar 11, 2004 at 02:18:40PM -0800, Henning.Baldersheim@devoll.no wrote:
> I checked info gcc/ld and found that -ffunction-sections and perhaps
> -fdata-sections should be enabled to. In my code and in the ecos code
it is
> enabled.
> But I could not see any trace of it for the build of libstdc++. What is
the
> default ?
> I guess that if I enable it it should work fine then.
Hm. -ffunction-sections -fdata-sections were on by default the last time I
checked.
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan, in a plea for clear, straightforward code