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]

Re: -Os ???


  In message <7v8l27$mom$1@alexander.INS.CWRU.Edu>you write:
  > What does -Os do?
  > I've seen it used in the testsuite, but I haven't found a description in th
  > e
  > man pages, nor the info pages.
It's certainly in the info pages.  Look more closely.

@item -Os
Optimize for size.  @samp{-Os} enables all @samp{-O2} optimizations that
do not typically increase code size.  It also performs further
optimizations designed to reduce code size.



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