This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with functions not being inlined


On 03/02/2015 07:56 PM, Andres Tiraboschi wrote:
> But passing those flags I listed above, why the compiler is not doing
> those optimizations?

Because you have said -O0.  -O0 means no optimization.

With -O0, all those other optimization options are ignored.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]