LINK_FLAGS.rst 313 B

123456789
  1. LINK_FLAGS
  2. ----------
  3. Additional flags to use when linking this target.
  4. The LINK_FLAGS property can be used to add extra flags to the link
  5. step of a target. :prop_tgt:`LINK_FLAGS_<CONFIG>` will add to the
  6. configuration ``<CONFIG>``, for example, ``DEBUG``, ``RELEASE``,
  7. ``MINSIZEREL``, ``RELWITHDEBINFO``, ...