LINK_LIBRARY-WHOLE_ARCHIVE.rst 381 B

1234567891011121314
  1. LINK_LIBRARY-WHOLE_ARCHIVE
  2. --------------------------
  3. * The :genex:`LINK_LIBRARY` generator expression gained the feature
  4. ``WHOLE_ARCHIVE`` to force load of all members in a static library. This
  5. feature is supported on the following target platforms:
  6. * all ``Apple`` variants
  7. * ``Linux``
  8. * all ``BSD`` variants
  9. * ``SunOS``
  10. * ``Windows``
  11. * ``CYGWIN``
  12. * ``MSYS``