File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments