This is the mail archive of the gcc-patches@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]

Re: -Os should default optimize to 2, without enforcing it



The documentation says

  If you use multiple @samp{-O} options, with or without level numbers,
  the last such option is the one that is effective.

(this is right after the description of -Os)
so what's supposed to happen is that -O1 -Os means the same thing as -Os.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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