SEC15_OPTIMIZE.hss 623 B

123456789101112
  1. [Main]
  2. Title=__OPTIMIZE__
  3. See Also=SEC15_OPTIMIZE_SIZE: __OPTIMIZE_SIZE__, SEC15_NO_INLINE: __NO_INLINE__
  4. [Top]
  5. GNU CC defines this macro in optimizing compilations. Along with
  6. <CODE><A HREF="$$LINK(SEC15_OPTIMIZE_SIZE)">__OPTIMIZE_SIZE__</A></CODE> and
  7. <CODE><A HREF="$$LINK(SEC15_NO_INLINE)">__NO_INLINE__</A></CODE>, it allows certain
  8. header files to define alternative macro definitions for some system
  9. library functions. You should not refer to or test the definition of
  10. this macro unless you make very sure that programs will execute with the
  11. same effect regardless. If it is defined, its value is 1.