탐색

  • 색인
  • 다음 |
  • 이전 |
  • CMake »
  • Documentation »
  • cmake-variables(7) »
  • CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG

CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG¶

Added in version 3.22.

Linker flag used by LINK_WHAT_YOU_USE to tell the linker to link all shared libraries specified on the command line even if none of their symbols is needed. This is an implementation detail used so that the command in CMAKE_LINK_WHAT_YOU_USE_CHECK can check the binary for unnecessarily-linked shared libraries.

참고

Do not rely on this abstraction to intentionally link to shared libraries whose symbols are not needed.

이전 항목

CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>_SUPPORTED

다음 항목

CMAKE_<LANG>_LINKER_LAUNCHER

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 다음 |
  • 이전 |
  • CMake »
  • Documentation »
  • cmake-variables(7) »
  • CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG
© 저작권 2000-2025 Kitware, Inc. and Contributors. Sphinx 8.1.3 버전으로 생성되었습니다.