------- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-04 23:14 ------- (In reply to comment #4) > 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.
but libstdc++ is dynamic/shared library so it should not matter with respect linking. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24201