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