------- Comment #2 from h dot b dot furuseth at usit dot uio dot no 2006-12-19 11:27 ------- Subject: Re: -fno-inline-functions does not work, and doc bugs
pinskia at gcc dot gnu dot org writes: > You want -fno-inline-functions-called-once which was added in 4.2.0 > IIRC (...) I see. (Eventually. At first your reply just confused me.) Anyway, then this is a pure doc bug, in addition to the doc problems I already mentioned: -f(no-)inline is not documented to inline functions which do not have the "inline" keyword. And no, what I want is -fno-inline, since I'm not waiting for 4.2.0 to use profiling tools etc. properly with optimization. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30240