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: Default gcc tuning?


"Zuxy Meng" <zuxy.meng@gmail.com> writes:

> What will gcc do if I don't specify any -mtune? Will gcc optimize for some 
> default target or not do any scheduling at all?

It will optimize for the default target.  The default target is the
one for which it was configured.  You can see it by running gcc -v.

Ian


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