------- Comment #4 from hjl at lucon dot org 2005-10-04 22:58 ------- A library may be compiled with -ffunction-sections. It doesn't mean that all codes linked against that library have to use -ffunction-sections. For example, libstdc++ is compiled with -ffunction-sections. Do I have to use it for all programs linked against libstdc++? A better naming scheme can help this.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24201