Skip to content

Commit cfcd87e

Browse files
committed
Update docs
1 parent dfac9ec commit cfcd87e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/cmake/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ Some useful overridable configuration options built into CMake itself. All these
190190
* [`PHP_UNDEFINED_SANITIZER`](/docs/variables/_PHP_UNDEFINED_SANITIZER.md)
191191
* [`PHP_USE_RTLD_NOW`](/docs/cmake/variables/PHP_USE_RTLD_NOW.md)
192192
* [`PHP_VALGRIND`](/docs/cmake/variables/PHP_VALGRIND.md)
193+
* [`PHP_VERBOSE_LINK`](/docs/cmake/variables/PHP_VERBOSE_LINK.md)
193194
* [`SED_EXECUTABLE`](/docs/cmake/variables/SED_EXECUTABLE.md)
194195

195196
* [`PEAR`](/docs/cmake/pear.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# `PHP_VERBOSE_LINK`
2+
3+
* Default: `OFF`
4+
* Values: `ON|OFF`
5+
6+
Enable verbose output by linker at the link step when building.
7+
8+
See [PHP/VerboseLink](/docs/cmake/modules/PHP/VerboseLink.md) module for more
9+
info.

0 commit comments

Comments
 (0)