------- Comment #5 from yuri at tsoft dot com 2010-05-26 16:43 ------- -fkeep-inline-functions leaves them, but it will also leave all inline functions, not only public ones. This will, I guess, blow up the size of the object since there can be a lot of internal inlines that shouldn't appear in the object.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44285