mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
- Added note about --enable-gcov being strictly for developers only!
This commit is contained in:
@@ -599,7 +599,7 @@ PHP_CONFIGURE_PART(General settings)
|
||||
PHP_HELP_SEPARATOR([General settings:])
|
||||
|
||||
PHP_ARG_ENABLE(gcov, whether to include gcov symbols,
|
||||
[ --enable-gcov Enable GCOV code coverage (requires LTP)], no, no)
|
||||
[ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!], no, no)
|
||||
|
||||
if test "$PHP_GCOV" = "yes"; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user