- Source code: cmake/modules/PHP/VerboseLink.cmake
This module checks whether to enable verbose output by linker:
include(PHP/VerboseLink)This module provides the PHP_VERBOSE_LINK option to control enabling the
verbose link output. Verbose linker flag is added to the global php_config
target.
When configuring project, enable the PHP_VERBOSE_LINK option to get verbose
output at the link step:
cmake -B php-build -D PHP_VERBOSE_LINK=ON
cmake --build php-build -j