Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 667 Bytes

File metadata and controls

24 lines (17 loc) · 667 Bytes

PHP/VerboseLink

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.

Examples

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